Package org.soliscode.test.interfaces
package org.soliscode.test.interfaces
View classes that restrict an object to a single interface.
- Since:
- 1.0
- Author:
- evanbergstrom
-
ClassesClassDescriptionAn collection that is provided for tests that only implement the
Collection
interface.Utility class that helps create interface-narrowing views on objects.IterableOnly<E>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.