Uses of Package
org.soliscode.test.interfaces
Packages that use org.soliscode.test.interfaces
Package
Description
View classes that restrict an object to a single interface.
-
Classes in org.soliscode.test.interfaces used by org.soliscode.test.interfacesClassDescriptionAn collection that is provided for tests that only implement the
Collection
interface.An iterable that is provided for tests that only implement theIterable
interface.TheNumberOnly
lass wraps any object and only exposes the methods on theNumber
interface.TheObjectOnly
class wraps any object and only exposes the methods on theObject
interface.