| Test |
Method name |
Duration |
Result |
| shouldNotSetSeasonWhenMatchDateTimeIsNull() |
shouldNotSetSeasonWhenMatchDateTimeIsNull() |
0.001s |
passed |
| shouldSetSeasonWhenMatchDateTimeIsNotNull() |
shouldSetSeasonWhenMatchDateTimeIsNotNull() |
0.004s |
passed |
| Map FootballResultJsonDTO to FootballResultDTO |
testFootballMatchJsonToDto() |
0.002s |
passed |
| Test mapping from JSON to entity |
testFootballResultJsonToEntity() |
0.003s |
passed |
| Test mapping from entity to DTO |
testFootballResultToDto() |
0.067s |
passed |
| Test mapping from DTO to entity |
testFootballResultToEntity() |
0.008s |
passed |
| Check Equality Between FootballResultDTO and FootballResult |
testIsEqual() |
0.002s |
passed |
| Should return false when dto is null |
testReturnFalseWhenDtoIsNull() |
0.001s |
passed |
| Should return false when entity is null |
testReturnFalseWhenEntityIsNull() |
0.002s |
passed |
| Should return true when both dto and entity are null |
testReturnTrueWhenBothDtoAndEntityAreNull() |
0.001s |
passed |
| Map String date to LocalDateTime |
testStringToLocalDateTime() |
0.003s |
passed |
| Update FootballResult Entity from FootballResultDTO |
testUpdateFootballResultEntityFromDto() |
0.009s |
passed |