Class TestCaseContext


  • public class TestCaseContext
    extends Object
    • Constructor Detail

      • TestCaseContext

        public TestCaseContext()
    • Method Detail

      • getRunningTestCaseName

        public static String getRunningTestCaseName()
        Returns:
        test case name associated with current thread or null if not such mapping exists, for example for com.SmokeTest returns SmokeTest
      • setRunningTestCase

        public static void setRunningTestCase​(String currentlyRunningTestCaseName)