Skip navigation links
B I J S T 

B

buildTestSpan(Tracer, String, String, String, String) - Static method in class io.ikrelln.TestTracer
Return a new SpanBuilder for a Span from the given `tracer` with the given `testSuite`, `testClass`, `testName` and `environment`.

I

io.ikrelln - package io.ikrelln
 
io.ikrelln.tag - package io.ikrelln.tag
 

J

JSONObjectTag - Class in io.ikrelln.tag
 
JSONObjectTag(String) - Constructor for class io.ikrelln.tag.JSONObjectTag
 

S

set(Span, JSONObject) - Method in class io.ikrelln.tag.JSONObjectTag
 
SPAN_KIND_TEST - Static variable in class io.ikrelln.tag.Tags
A constant for setting the span kind to indicate that it represents a test span.

T

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
 
B I J S T 
Skip navigation links