LambdaServiceFixture
org.encalmo.lambda.LambdaServiceFixture
class LambdaServiceFixture extends Fixture[LambdaService]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
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
Runs once before the test suite starts
Runs once before the test suite starts
Attributes
- Definition Classes
-
Fixture -> AnyFixture
Inherited methods
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
Runs after each individual test case.
Runs after each individual test case.
Attributes
- Definition Classes
-
Fixture -> AnyFixture
- Inherited from:
- Fixture
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
In this article