Gradle Test Run :test

DeltaEntryTest

summary

13

tests

0

failures

0

skipped

0.022s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
added() produces entry with empty changedFields added_changedFields_isEmpty() 1 0 0 0s 100%
added() produces ADDED entry with null before and non-null after added_changeType_isAdded() 1 0 0 0s 100%
added() record() returns the after record added_record_returnsAfter() 1 0 0 0s 100%
ChangeType enum has exactly three values changeType_threeValues() 1 0 0 0.001s 100%
modified() defends against mutation of the caller's set modified_changedFields_isCopy() 1 0 0 0.001s 100%
modified() preserves the supplied changedFields set modified_changedFields_preserved() 1 0 0 0s 100%
modified() produces MODIFIED entry with both before and after non-null modified_changeType_isModified() 1 0 0 0.001s 100%
modified() with empty changedFields set is accepted modified_emptyChangedFields_accepted() 1 0 0 0.001s 100%
modified() record() returns the after record modified_record_returnsAfter() 1 0 0 0.001s 100%
record() never returns null for any change type record_neverNull_forAllChangeTypes() 1 0 0 0.001s 100%
removed() produces entry with empty changedFields removed_changedFields_isEmpty() 1 0 0 0.001s 100%
removed() produces REMOVED entry with non-null before and null after removed_changeType_isRemoved() 1 0 0 0.001s 100%
removed() record() returns the before record removed_record_returnsBefore() 1 0 0 0.002s 100%