Class NullSpan
java.lang.Object
org.openqa.selenium.remote.tracing.empty.NullContext
org.openqa.selenium.remote.tracing.empty.NullSpan
- All Implemented Interfaces:
AutoCloseable,Span,TraceContext
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvent(String name, AttributeMap attributeMap) voidclose()setAttribute(String key, boolean value) setAttribute(String key, Number value) setAttribute(String key, String value) Methods inherited from class org.openqa.selenium.remote.tracing.empty.NullContext
createSpan, getId, wrap, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.remote.tracing.TraceContext
createSpan, getId, wrap, wrap
-
Constructor Details
-
NullSpan
public NullSpan()
-
-
Method Details
-
setName
-
setAttribute
- Specified by:
setAttributein interfaceSpan
-
setAttribute
- Specified by:
setAttributein interfaceSpan
-
setAttribute
- Specified by:
setAttributein interfaceSpan
-
addEvent
-
addEvent
-
setStatus
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSpan
-