Uses of Interface
samples.Service
Packages that use Service
Package
Description
-
Uses of Service in samples.annotationbased
Fields in samples.annotationbased declared as ServiceConstructors in samples.annotationbased with parameters of type Service -
Uses of Service in samples.anonymousmocking
Fields in samples.anonymousmocking declared as ServiceMethods in samples.anonymousmocking with parameters of type Service -
Uses of Service in samples.constructor
Fields in samples.constructor declared as ServiceModifier and TypeFieldDescriptionprivate ServicePrivateConstructorDemo.privateServiceprivate ServicePublicConstructorDemo.privateServiceprivate final ServicePublicConstructorWithDependencyDemo.serviceMethods in samples.constructor that return ServiceConstructors in samples.constructor with parameters of type Service -
Uses of Service in samples.expectnew
Fields in samples.expectnew declared as ServiceModifier and TypeFieldDescriptionprivate final ServiceExpectNewServiceUser.serviceprivate final ServiceExpectNewWithMultipleCtorDemo.serviceprivate final Service[]VarArgsConstructorDemo.servicesMethods in samples.expectnew that return ServiceModifier and TypeMethodDescriptionService[]VarArgsConstructorDemo.getAllServices()Service[]ExpectNewDemo.newVarArgs(Service... services) Methods in samples.expectnew with parameters of type ServiceModifier and TypeMethodDescriptionService[]ExpectNewDemo.newVarArgs(Service... services) ExpectNewDemo.newWithArguments(Service service, int times) ExpectNewDemo.newWithWrongArguments(Service service, int times) Constructors in samples.expectnew with parameters of type ServiceModifierConstructorDescription(package private)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