public class JBehaveTestLinkModule
extends org.unitils.testlink.TestLinkModule
TestLinkModule for JBehave.| Constructor and Description |
|---|
JBehaveTestLinkModule()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCaseId()
Check if there is a case ID.
|
boolean |
isEnabled()
getter enabled.
|
void |
reset()
reset everything.
|
void |
setCaseId(String caseId)
setter caseId.
|
void |
setSuiteId(String suiteId)
setter suiteId
|
void |
updateTestCase(Throwable failure)
Updates the testcase with the failure from the test.
|
public void updateTestCase(Throwable failure) throws org.unitils.core.UnitilsException
failure - : the failure thrown by the test.org.unitils.core.UnitilsExceptionpublic void setCaseId(String caseId)
caseId - : the case ID that you use in Testlink.public void setSuiteId(String suiteId)
suiteId - : The suite ID that you use in Testlink.public boolean hasCaseId()
public void reset()
public boolean isEnabled()
Copyright © 2015. All Rights Reserved.