Package com.saucelabs.visual
Class TestMetaInfo
- java.lang.Object
-
- com.saucelabs.visual.TestMetaInfo
-
public class TestMetaInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<Optional<TestMetaInfo>>THREAD_LOCALSet this thread local object to pass the TestMetaInfo from your testing framework to the VisualApi
-
Constructor Summary
Constructors Constructor Description TestMetaInfo(String testSuite, String testName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTestName()StringgetTestSuite()StringtoString()
-
-
-
Field Detail
-
THREAD_LOCAL
public static final ThreadLocal<Optional<TestMetaInfo>> THREAD_LOCAL
Set this thread local object to pass the TestMetaInfo from your testing framework to the VisualApi
-
-