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 Service
PrivateConstructorDemo.privateService
private Service
PublicConstructorDemo.privateService
private final Service
PublicConstructorWithDependencyDemo.service
Methods 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 Service
ExpectNewServiceUser.service
private final Service
ExpectNewWithMultipleCtorDemo.service
private final Service[]
VarArgsConstructorDemo.services
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 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