-
public final class TestContext
-
-
Field Summary
Fields Modifier and Type Field Description private final CallContextcallContextprivate final Floatthreshold
-
Constructor Summary
Constructors Constructor Description TestContext(CallContext callContext, Float threshold)
-
Method Summary
Modifier and Type Method Description final CallContextcomponent1()final Floatcomponent2()final TestContextcopy(CallContext callContext, Float threshold)final CallContextgetCallContext()final FloatgetThreshold()-
-
Constructor Detail
-
TestContext
TestContext(CallContext callContext, Float threshold)
-
-
Method Detail
-
component1
final CallContext component1()
-
component2
final Float component2()
-
copy
final TestContext copy(CallContext callContext, Float threshold)
-
getCallContext
final CallContext getCallContext()
-
getThreshold
final Float getThreshold()
-
-
-
-