- Tags - Class in io.ikrelln.tag
-
- Tags() - Constructor for class io.ikrelln.tag.Tags
-
- TEST_CLASS - Static variable in class io.ikrelln.tag.Tags
-
TEST_CLASS is the name of the test class.
- TEST_ENVIRONMENT - Static variable in class io.ikrelln.tag.Tags
-
TEST_ENVIRONMENT is the name of the test environment (QA, STAGING, PROD, ...).
- TEST_NAME - Static variable in class io.ikrelln.tag.Tags
-
TEST_NAME is the name of the test.
- TEST_RESULT - Static variable in class io.ikrelln.tag.Tags
-
TEST_RESULT is the result of the test.
- TEST_RESULT_FAILURE - Static variable in class io.ikrelln.tag.Tags
-
A constant for setting the test result to indicate that it represents a failure.
- TEST_RESULT_SKIPPED - Static variable in class io.ikrelln.tag.Tags
-
A constant for setting the test result to indicate that it represents a skipped test.
- TEST_RESULT_SUCCESS - Static variable in class io.ikrelln.tag.Tags
-
A constant for setting the test result to indicate that it represents a success.
- TEST_STEP_PARAMETERS - Static variable in class io.ikrelln.tag.Tags
-
TEST_STEP_PARAMETERS is extra information on the step, it's value depends on the step type.
- TEST_STEP_STATUS - Static variable in class io.ikrelln.tag.Tags
-
TEST_STEP_STATUS is the result of the step, it's value depends on the step type.
- TEST_STEP_TYPE - Static variable in class io.ikrelln.tag.Tags
-
TEST_STEP_TYPE is the kind of step of the span in a test trace (assertion, setup, ...).
- TEST_SUITE - Static variable in class io.ikrelln.tag.Tags
-
TEST_SUITE is the name of the test suite.
- TestTracer - Class in io.ikrelln
-
TestTracer is a thin wrapper for Span creation that adds tags expected by i'Krelln to match test information.
- TestTracer() - Constructor for class io.ikrelln.TestTracer
-