package
0.12.0
Repository: https://github.com/katanomi/pkg.git
Documentation: pkg.go.dev

# Functions

ContextLabel get labels from context.
WithContextLabel inject labels into context.

# Constants

P0 critical priority test case.
P1 high priority test case.
P2 medium priority test case.
P3 low priority test case.

# 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.