Container

trait Container extends Startable with Stoppable
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")
def failed(e: Throwable)(implicit description: Description): Unit
Deprecated
@deprecated("Use `stop` instead")
def finished()(implicit description: Description): Unit
Deprecated
@deprecated("Use `start` instead")
def starting()(implicit description: Description): Unit
Deprecated
@deprecated("Use `stop` and/or `TestLifecycleAware.afterTest` instead")
def succeeded()(implicit description: Description): Unit
Deprecated

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