FootballResultsMapStoreTest
Tests
| Test |
Method name |
Duration |
Result |
| Delete a Football Result by Key |
delete() |
0.030s |
passed |
| Delete multiple Football Results |
deleteAll() |
0.008s |
passed |
| Load multiple Football Results |
loadAll() |
0.060s |
passed |
| Load all Football Result keys |
loadAllKeys() |
0.504s |
passed |
| Store a Football Result |
store() |
0.022s |
passed |
| Store multiple Football Results |
storeAll() |
0.017s |
passed |
| Load a Football Result by Key |
testLoad() |
0.055s |
passed |
| Load a Football Result by Key should return null when result not present |
testLoadShouldReturnNullDtoWhenResultNotPresent() |
0.013s |
passed |
| Should not store multiple Football Results when map is empty |
testStoreAllNotCallSaveOrUpdateHelperWhenMapIsEmpty() |
3.111s |
passed |
| Should not store multiple Football Results when map is null |
testStoreAllNotCallSaveOrUpdateHelperWhenMapIsNull() |
0.013s |
passed |