public class TestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestCase.TestCaseResult |
Constructor and Description |
---|
TestCase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TestCase |
fromCaseResult(hudson.tasks.junit.CaseResult caseResult) |
int |
getFailedCount() |
String |
getName() |
int |
getPassedCount() |
TestCase.TestCaseResult |
getResult() |
int |
getSkippedCount() |
int |
hashCode() |
boolean |
isFailed() |
boolean |
isPassed() |
boolean |
isSkipped() |
void |
setFailed(boolean failed) |
void |
setName(String name) |
void |
setPassed(boolean passed) |
void |
setSkipped(boolean skipped) |
public static TestCase fromCaseResult(hudson.tasks.junit.CaseResult caseResult)
public boolean isPassed()
public void setPassed(boolean passed)
public String getName()
public void setName(String name)
public boolean isFailed()
public void setFailed(boolean failed)
public boolean isSkipped()
public void setSkipped(boolean skipped)
public int getPassedCount()
public int getSkippedCount()
public int getFailedCount()
public TestCase.TestCaseResult getResult()
Copyright © 2016–2020. All rights reserved.