Gradle Test Run :test

apply(String, String)

summary

26

tests

0

failures

0

skipped

0.035s

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.016s 100%
returns null when source is null shouldReturnNullWhenSourceIsNull() 1 0 0 0s 100%
returns the original source for malformed or index-invalid patch commands shouldReturnOriginalSourceForMalformedOrIndexInvalidPatchCommands(int, String, String) 10 0 0 0.013s 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%