Uses of Class
org.soliscode.test.breakable.AbstractBreakable
Packages that use AbstractBreakable
Package
Description
Support for "breakable" objects that can be used to test contract classes.
-
Uses of AbstractBreakable in org.soliscode.test.breakable
Subclasses of AbstractBreakable in org.soliscode.test.breakableModifier and TypeClassDescriptionclass
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.Constructors in org.soliscode.test.breakable with parameters of type AbstractBreakableModifierConstructorDescriptionAbstractBreakable
(@NotNull AbstractBreakable other) Create a breakable object with the same breaks as another breakable object.