TestContainerProxy

@deprecated("For internal usage only. Will be deleted.")
trait TestContainerProxy[T <: FailureDetectingExternalResource] extends Container
Deprecated
trait Container
trait Stoppable
trait Andable
trait Startable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("Use `stop` and/or `TestLifecycleAware.afterTest` instead")
override def failed(e: Throwable)(implicit description: Description): Unit
Deprecated
Definition Classes
@deprecated("Use `stop` instead")
override def finished()(implicit description: Description): Unit
Deprecated
Definition Classes
@deprecated("Use `start` instead")
override def starting()(implicit description: Description): Unit
Deprecated
Definition Classes
@deprecated("Use `stop` and/or `TestLifecycleAware.afterTest` instead")
override def succeeded()(implicit description: Description): Unit
Deprecated
Definition Classes

Inherited methods

override def close(): Unit
Definition Classes
Stoppable -> AutoCloseable
Inherited from:
Stoppable
def foreach(f: Stoppable => Unit): Unit
Inherited from:
Andable
def getDependencies(): Set[Startable]
Inherited from:
Startable
def start(): Unit
Inherited from:
Startable
def stop(): Unit
Inherited from:
Stoppable

Implicits

Deprecated implicits

@deprecated("Please use reflective methods from the wrapper and `configure` method for creation")
implicit def container: T
Deprecated