Uses of Interface
org.jmock.example.gettingstarted.Subscriber
-
Packages that use Subscriber Package Description org.jmock.example.gettingstarted -
-
Uses of Subscriber in org.jmock.example.gettingstarted
Fields in org.jmock.example.gettingstarted declared as Subscriber Modifier and Type Field Description (package private) Subscriber
GettingStartedJUnit3Mockomatic. subscriber
(package private) Subscriber
GettingStartedJUnit4Mockomatic. subscriber
(package private) Subscriber
GettingStartedJUnit4RuleMockomatic. subscriber
Fields in org.jmock.example.gettingstarted with type parameters of type Subscriber Modifier and Type Field Description private java.util.List<Subscriber>
Publisher. subscribers
Methods in org.jmock.example.gettingstarted with parameters of type Subscriber Modifier and Type Method Description void
Publisher. add(Subscriber subscriber)
-