# Functions
ContextLabel get labels from context.
WithContextLabel inject labels into context.
# Structs
TestCaseBuilder builder for TestCases helps provide methods to construct.
TestContext the context of a test case.
# Interfaces
Condition describe the conditions which the test must match.
Configure describe interface for configure framework.
SharedExtension describe interface for shared extension.
TestContextGetter interface to get test context.
# Type aliases
ConditionFunc helper function to wrapping condition.
ConfigureFunc helper function to generate a implementation of configure interface.
SharedExtensionFunc helper function to generate a new shared extension.
TestCaseLabel label for test case.
TestCasePriority priority for the testcase.
TestContextGetterFunc a function used to generate an implementation of TestContextGetter.
TestSpecFunc function used as describe.