Package io.quarkus.test.tracing
Class TracingExtensionBootstrap
- java.lang.Object
-
- io.quarkus.test.tracing.TracingExtensionBootstrap
-
- All Implemented Interfaces:
ExtensionBootstrap
public class TracingExtensionBootstrap extends Object implements ExtensionBootstrap
-
-
Field Summary
Fields Modifier and Type Field Description static StringTRACING_ID
-
Constructor Summary
Constructors Constructor Description TracingExtensionBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAll(ScenarioContext context)booleanappliesFor(ScenarioContext context)voidbeforeAll(ScenarioContext context)voidbeforeEach(ScenarioContext context)voidonError(ScenarioContext context, Throwable throwable)voidonSuccess(ScenarioContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.bootstrap.ExtensionBootstrap
afterEach, getParameter, onDisabled, onServiceLaunch, updateServiceContext
-
-
-
-
Field Detail
-
TRACING_ID
public static final String TRACING_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
appliesFor
public boolean appliesFor(ScenarioContext context)
- Specified by:
appliesForin interfaceExtensionBootstrap
-
beforeAll
public void beforeAll(ScenarioContext context)
- Specified by:
beforeAllin interfaceExtensionBootstrap
-
afterAll
public void afterAll(ScenarioContext context)
- Specified by:
afterAllin interfaceExtensionBootstrap
-
beforeEach
public void beforeEach(ScenarioContext context)
- Specified by:
beforeEachin interfaceExtensionBootstrap
-
onError
public void onError(ScenarioContext context, Throwable throwable)
- Specified by:
onErrorin interfaceExtensionBootstrap
-
onSuccess
public void onSuccess(ScenarioContext context)
- Specified by:
onSuccessin interfaceExtensionBootstrap
-
-