Package com.atlassian.bamboo.testutils
Class TestCaseDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.TestCaseDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setPassing
(boolean passing) void
setTestName
(String testName)
-
Constructor Details
-
TestCaseDescriptor
-
-
Method Details
-
getTestName
-
setTestName
-
isPassing
public boolean isPassing() -
isNotPassing
public boolean isNotPassing() -
setPassing
public void setPassing(boolean passing)
-