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 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
Methods 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
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)StringExpectNewDemo. newWithArguments(Service service, int times)StringExpectNewDemo. 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)
-