Gradle Test Run :test

ASCIIFilterTest

summary

9

tests

0

failures

0

skipped

0.016s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
Default constructor should allow all ASCII characters (0-127) allowAllAsciiByDefault() 1 0 0 0.001s 100%
Constructor should handle blocking multiple categories blockMultipleCategories() 1 0 0 0.001s 100%
Constructor with specific categories should block those characters blockSpecificCategories() 1 0 0 0s 100%
Boundary testing for ASCII range boundaries(int) 3 0 0 0.010s 100%
Constructor handles empty array gracefully by blocking nothing constructorEmpty() 1 0 0 0s 100%
Constructor handles null input gracefully by blocking nothing constructorNull() 1 0 0 0.001s 100%
Filter should reject characters >= 128 regardless of configuration rejectNonAscii() 1 0 0 0.001s 100%