Uses of Class
org.soliscode.test.interfaces.ObjectOnly
Packages that use ObjectOnly
Package
Description
View classes that restrict an object to a single interface.
-
Uses of ObjectOnly in org.soliscode.test.interfaces
Methods in org.soliscode.test.interfaces that return ObjectOnlyModifier and TypeMethodDescriptionstatic ObjectOnly
Interfaces.narrowToObject
(@NotNull Object obj) Wraps the object so that only the methods in theObject
interface are available.Constructors in org.soliscode.test.interfaces with parameters of type ObjectOnly