com.browserstack.automate.ci.common
Class AutomateTestCase

java.lang.Object
  extended by com.browserstack.automate.ci.common.AutomateTestCase
All Implemented Interfaces:
Serializable

public class AutomateTestCase
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String className
           
 String packageName
           
 String sessionId
           
 String testCaseObjectId
           
 String testFullPath
           
 String testHash
           
 long testIndex
           
 String testName
           
 
Constructor Summary
AutomateTestCase(String sessionId, String testHash, long testIndex, String testCaseObjectId)
           
AutomateTestCase(String sessionId, String packageName, String className, String testName, long testIndex, String testCaseObjectId)
           
 
Method Summary
 boolean hasTestHash()
           
static AutomateTestCase parse(String line)
           
static String stripTestParams(String testCaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

hasTestHash

public boolean hasTestHash()

stripTestParams

public static String stripTestParams(String testCaseName)

parse

public static AutomateTestCase parse(String line)


Copyright © 2004-2016. All Rights Reserved.