Package cz.xtf.core.context
Class TestCaseContext
- java.lang.Object
-
- cz.xtf.core.context.TestCaseContext
-
public class TestCaseContext extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCaseContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRunningTestCaseName()static voidsetRunningTestCase(String currentlyRunningTestCaseName)
-
-
-
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)
-
-