@IntegrationCategory @SystemCategory @Discoverable public class GuiceServiceProvider extends Object implements org.testifyproject.ServiceProvider<com.google.inject.Injector>
ServiceProvider contract.| Constructor and Description |
|---|
GuiceServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.testifyproject.ServiceInstance |
configure(org.testifyproject.TestContext testContext,
com.google.inject.Injector injector) |
com.google.inject.Injector |
create(org.testifyproject.TestContext testContext) |
public com.google.inject.Injector create(org.testifyproject.TestContext testContext)
create in interface org.testifyproject.ServiceProvider<com.google.inject.Injector>public org.testifyproject.ServiceInstance configure(org.testifyproject.TestContext testContext,
com.google.inject.Injector injector)
configure in interface org.testifyproject.ServiceProvider<com.google.inject.Injector>Copyright © 2016–2018 Testify Project. All rights reserved.