Uses of Interface
org.soliscode.test.breakable.Breakable

Packages that use Breakable
Package
Description
Support for "breakable" objects that can be used to test contract classes.
  • Uses of Breakable in org.soliscode.test.breakable

    Classes in org.soliscode.test.breakable that implement Breakable
    Modifier and Type
    Class
    Description
    class 
    Utility class for implementing the Breakable 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.