| Modifier and Type | Method and Description |
|---|---|
ServiceStubber<T> |
ServiceStubber.addClass(Class<?> pClass) |
ServiceStubber<T> |
ServiceStubber.addProperty(String pPropertyName,
String pValue) |
static <T> ServiceStubber<T> |
OptionsHelper.stubService(Class<T> pServiceInterface)
Creates a service stubber.
|
ServiceStubber<T> |
ServiceStubber.withFactory(Class<? extends StubServiceFactory<T>> pFactory)
Specifies the factory class to create the service stub.
|
ServiceStubber<T> |
ServiceStubber.withImpl(Class<? extends T> pImplementation)
Specifies the implementation class of the service stub.
|
Copyright © 2015–2018 SourcePond. All rights reserved.