com.atlassian.bamboo.testutils
Class TestCaseDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.TestCaseDescriptor
public class TestCaseDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_PASSING
public static final com.google.common.base.Predicate<TestCaseDescriptor> IS_PASSING
TestCaseDescriptor
public TestCaseDescriptor(String testName,
boolean passing)
getTestName
public String getTestName()
setTestName
public void setTestName(String testName)
isPassing
public boolean isPassing()
setPassing
public void setPassing(boolean passing)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.