Uses of Interface
samples.Service
Packages that use Service
Package
Description
-
Uses of Service in samples.annotationbased
Constructors 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
Methods in samples.constructor that return ServiceConstructors in samples.constructor with parameters of type Service -
Uses of Service in samples.expectnew
Methods 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 ServiceModifierConstructorDescriptionExpectNewWithMultipleCtorDemo(Service service) ExpectNewWithMultipleCtorDemo(Service service, int times) VarArgsConstructorDemo(Service... services)