Uses of Class
org.soliscode.test.breakable.BreakableSequencedCollection
Packages that use BreakableSequencedCollection
Package
Description
Support for "breakable" objects that can be used to test contract classes.
-
Uses of BreakableSequencedCollection in org.soliscode.test.breakable
Subclasses of BreakableSequencedCollection in org.soliscode.test.breakableModifier and TypeClassDescriptionclass
A list that can be broken in well-defined ways in order to test collection utilities or testing classes.Subclasses with type arguments of type BreakableSequencedCollection in org.soliscode.test.breakableModifier and TypeClassDescriptionstatic class
The builder for BreakableCollection objects.Methods in org.soliscode.test.breakable that return BreakableSequencedCollectionModifier and TypeMethodDescriptionBreakableSequencedCollection.Builder.build()
Build a BreakableCollection objects using the values from the builder.Constructors in org.soliscode.test.breakable with parameters of type BreakableSequencedCollectionModifierConstructorDescriptionBreakableSequencedCollection
(@NotNull BreakableSequencedCollection<E> other) Creates a breakable sequenced collection from an existing instance.