Class TestMetaInfo


  • public class TestMetaInfo
    extends Object
    • 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
    • Constructor Detail

      • TestMetaInfo

        public TestMetaInfo​(String testSuite,
                            String testName)