MatchKeyTest
|
100%
successful |
Tests
| Test | Method name | Duration | Result |
|---|---|---|---|
| Create key from FootballResultDTO | createKeyFromDTO() | 0.003s | passed |
| Create key from season, home team, and away team | createKeyFromSeasonHomeAway() | 0.025s | passed |
| Throw exception for invalid key format | extractKeyComponentsInvalidKey() | 0.012s | passed |
| Extract key components from valid key | extractKeyComponentsValidKey() | 0.007s | passed |