Uses of Interface
samples.Service
-
Packages that use Service Package Description samples.annotationbased samples.anonymousmocking samples.constructor samples.expectnew samples.privatefield -
-
Uses of Service in samples.annotationbased
Fields in samples.annotationbased declared as Service Modifier and Type Field Description private Service
AnnotationDemo. service
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
Fields in samples.constructor declared as Service Modifier and Type Field Description private Service
PrivateConstructorDemo. privateService
private Service
PublicConstructorDemo. privateService
private Service
PublicConstructorWithDependencyDemo. service
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
Fields in samples.expectnew declared as Service Modifier and Type Field Description private Service
ExpectNewServiceUser. service
private Service
ExpectNewWithMultipleCtorDemo. service
private Service[]
VarArgsConstructorDemo. services
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)
java.lang.String
ExpectNewDemo. newWithArguments(Service service, int times)
java.lang.String
ExpectNewDemo. newWithWrongArguments(Service service, int times)
Constructors in samples.expectnew with parameters of type Service Constructor Description ExpectNewServiceUser(Service service, int times)
ExpectNewWithMultipleCtorDemo(Service service)
ExpectNewWithMultipleCtorDemo(Service service, int times)
VarArgsConstructorDemo(Service... services)
-
Uses of Service in samples.privatefield
Fields in samples.privatefield declared as Service Modifier and Type Field Description private Service
MockSelfPrivateFieldServiceClass. service
private Service
SimplePrivateFieldServiceClass. service
-