com.browserstack.automate.ci.common
Class AutomateTestCase
java.lang.Object
com.browserstack.automate.ci.common.AutomateTestCase
- All Implemented Interfaces:
- Serializable
public class AutomateTestCase
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionId
public final String sessionId
packageName
public final String packageName
className
public final String className
testName
public final String testName
testFullPath
public final String testFullPath
testHash
public final String testHash
testIndex
public final long testIndex
testCaseObjectId
public final String testCaseObjectId
AutomateTestCase
public AutomateTestCase(String sessionId,
String testHash,
long testIndex,
String testCaseObjectId)
AutomateTestCase
public AutomateTestCase(String sessionId,
String packageName,
String className,
String testName,
long testIndex,
String testCaseObjectId)
hasTestHash
public boolean hasTestHash()
stripTestParams
public static String stripTestParams(String testCaseName)
parse
public static AutomateTestCase parse(String line)
Copyright © 2004-2016. All Rights Reserved.