Gradle Test Run :test

apply(String, String)

summary

29

tests

0

failures

0

skipped

0.051s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
applies explicit patch commands correctly shouldApplyExplicitPatchCommandsCorrectly(int, String, String, String) 10 0 0 0.020s 100%
returns null when source is null shouldReturnNullWhenSourceIsNull() 1 0 0 0.001s 100%
returns the original source for malformed or index-invalid patch commands shouldReturnOriginalSourceForMalformedOrIndexInvalidPatchCommands(int, String, String) 13 0 0 0.022s 100%
returns original source when patch is canonical NOOP shouldReturnSourceWhenPatchIsCanonicalNoop() 1 0 0 0s 100%
returns original source when patch is empty shouldReturnSourceWhenPatchIsEmpty() 1 0 0 0s 100%
returns original source when patch is null shouldReturnSourceWhenPatchIsNull() 1 0 0 0.001s 100%
throws IllegalArgumentException for unsupported NOOP argument shouldThrowForUnsupportedNoopArgument() 1 0 0 0.001s 100%
throws IllegalArgumentException for unsupported opcode shouldThrowForUnsupportedOpcode() 1 0 0 0s 100%