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 ServiceAnnotationDemo. serviceConstructors 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 ServiceStupidAnonymous. serviceMethods in samples.anonymousmocking with parameters of type Service Modifier and Type Method Description voidStupidAnonymous. setService(Service service) -
Uses of Service in samples.constructor
Fields in samples.constructor declared as Service Modifier and Type Field Description private ServicePrivateConstructorDemo. privateServiceprivate ServicePublicConstructorDemo. privateServiceprivate ServicePublicConstructorWithDependencyDemo. serviceMethods in samples.constructor that return Service Modifier and Type Method Description ServicePublicConstructorWithDependencyDemo. 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 ServiceExpectNewServiceUser. serviceprivate ServiceExpectNewWithMultipleCtorDemo. serviceprivate Service[]VarArgsConstructorDemo. servicesMethods 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.StringExpectNewDemo. newWithArguments(Service service, int times)java.lang.StringExpectNewDemo. 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 ServiceMockSelfPrivateFieldServiceClass. serviceprivate ServiceSimplePrivateFieldServiceClass. service
-