LambdaServiceFixture

org.encalmo.lambda.LambdaServiceFixture
class LambdaServiceFixture extends Fixture[LambdaService]

Attributes

Graph
Supertypes
class Fixture[LambdaService]
class AnyFixture[LambdaService]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(): LambdaService

The value produced by this suite-local fixture that can be reused for all test cases.

The value produced by this suite-local fixture that can be reused for all test cases.

Attributes

Definition Classes
AnyFixture
final override def beforeAll(): Unit

Runs once before the test suite starts

Runs once before the test suite starts

Attributes

Definition Classes
Fixture -> AnyFixture
final def close(): Unit

Inherited methods

override def afterAll(): Unit

Runs once after the test suite has finished, regardless if the tests failed or not.

Runs once after the test suite has finished, regardless if the tests failed or not.

Attributes

Definition Classes
Fixture -> AnyFixture
Inherited from:
Fixture
override def afterEach(context: AfterEach): Unit

Runs after each individual test case.

Runs after each individual test case.

Attributes

Definition Classes
Fixture -> AnyFixture
Inherited from:
Fixture
override def beforeEach(context: BeforeEach): Unit

Runs before each individual test case. An error in this method aborts the test case.

Runs before each individual test case. An error in this method aborts the test case.

Attributes

Definition Classes
Fixture -> AnyFixture
Inherited from:
Fixture

Inherited fields

Attributes

Inherited from:
AnyFixture