public interface LambdaTestCase
Shared interface for executable test cases.
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the test case.
|
Optional<Section> |
getSection()
The optional section, this test case belongs to.
|
String |
getSuiteName()
The name of the test suite, e.g. the class name.
|
Copyright © 2019. All rights reserved.