Class Testcase
- java.lang.Object
-
- de.gematik.test.tiger.lib.parser.model.Testcase
-
- Direct Known Subclasses:
TestResult
public class Testcase extends Object
-
-
Constructor Summary
Constructors Constructor Description Testcase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClazz()StringgetFeatureName()StringgetMethod()StringgetPath()StringgetPolarionID()StringgetScenarioName()inthashCode()voidsetClazz(String clazz)voidsetFeatureName(String featureName)voidsetMethod(String method)voidsetPath(String path)voidsetPolarionID(String polarionID)voidsetScenarioName(String scenarioName)StringtoString()
-
-
-
Method Detail
-
getClazz
public String getClazz()
-
getMethod
public String getMethod()
-
getFeatureName
public String getFeatureName()
-
getScenarioName
public String getScenarioName()
-
getPath
public String getPath()
-
getPolarionID
public String getPolarionID()
-
setClazz
public void setClazz(String clazz)
-
setMethod
public void setMethod(String method)
-
setFeatureName
public void setFeatureName(String featureName)
-
setScenarioName
public void setScenarioName(String scenarioName)
-
setPath
public void setPath(String path)
-
setPolarionID
public void setPolarionID(String polarionID)
-
-