Uses of Class
org.soliscode.test.OptionalMethodSupport
Packages that use OptionalMethodSupport
Package
Description
Test utilities for core JDK interfaces, excluding collection interfaces
Support for "breakable" objects that can be used to test contract classes.
-
Uses of OptionalMethodSupport in org.soliscode.test
Subclasses of OptionalMethodSupport in org.soliscode.testModifier and TypeClassDescriptionclass
Utility class for adding optional method support to contract classes.Constructors in org.soliscode.test with parameters of type OptionalMethodSupportModifierConstructorDescriptionprotected
OptionalMethodSupport
(@NotNull OptionalMethodSupport other) -
Uses of OptionalMethodSupport in org.soliscode.test.breakable
Subclasses of OptionalMethodSupport in org.soliscode.test.breakableModifier and TypeClassDescriptionclass
Utility class for implementing theBreakable
interface.class
A collection that can be broken in well-defined ways in order to test collection utilities or testing classes.class
An iterable that can be broken in well-defined ways in order to test collection utilities or testing classes.class
An iterator that can be broken in well-defined ways in order to test collection utilities or testing classes.class
A list that can be broken in well-defined ways in order to test collection utilities or testing classes.class
A sequenced collection that can be broken in well-defined ways in order to test collection utilities or testing classes.class
An Spliterator that can be broken in well-defined ways in order to test collection utilities or testing classes.