public abstract class TestLifecycleListener
extends java.lang.Object
implements com.netflix.governator.spi.LifecycleListener
| Constructor and Description |
|---|
TestLifecycleListener() |
public void onStarted()
onStarted in interface com.netflix.governator.spi.LifecycleListenerpublic void onStopped(java.lang.Throwable t)
onStopped in interface com.netflix.governator.spi.LifecycleListenerpublic boolean isStarted()
public boolean isStopped()
public java.lang.Throwable getError()
protected abstract void onReady(com.google.inject.Injector injector)