Uses of Interface
samples.Service
-
Packages that use Service Package Description samples.annotationbased samples.anonymousmocking samples.constructor samples.expectnew -
-
Uses of Service in samples.annotationbased
Constructors in samples.annotationbased with parameters of type Service Constructor Description AnnotationDemo(Service service)
-
Uses of Service in samples.anonymousmocking
Fields in samples.anonymousmocking declared as Service Modifier and Type Field Description protected Service
StupidAnonymous. service
Methods in samples.anonymousmocking with parameters of type Service Modifier and Type Method Description void
StupidAnonymous. setService(Service service)
-
Uses of Service in samples.constructor
Methods in samples.constructor that return Service Modifier and Type Method Description Service
PublicConstructorWithDependencyDemo. getService()
Constructors in samples.constructor with parameters of type Service Constructor Description PublicConstructorWithDependencyDemo(Service service)
-
Uses of Service in samples.expectnew
Methods in samples.expectnew that return Service Modifier and Type Method Description Service[]
VarArgsConstructorDemo. getAllServices()
Service[]
ExpectNewDemo. newVarArgs(Service... services)
Methods in samples.expectnew with parameters of type Service Modifier and Type Method Description Service[]
ExpectNewDemo. newVarArgs(Service... services)
String
ExpectNewDemo. newWithArguments(Service service, int times)
String
ExpectNewDemo. newWithWrongArguments(Service service, int times)
Constructors in samples.expectnew with parameters of type Service Constructor Description ExpectNewWithMultipleCtorDemo(Service service)
ExpectNewWithMultipleCtorDemo(Service service, int times)
VarArgsConstructorDemo(Service... services)
-