public class SalTestResults extends Object
Constructor and Description |
---|
SalTestResults() |
Modifier and Type | Method and Description |
---|---|
void |
assertTrue(String message,
boolean val) |
void |
assertTrueOrWarn(String message,
boolean val) |
void |
fail(String s) |
List<SalTestResult> |
getResults() |
void |
pass(String s) |
void |
setCurrentTest(BambooSalTest currentTest) |
void |
setCurrentTest(String currentTest) |
void |
warn(String s) |
public void assertTrue(String message, boolean val)
public void assertTrueOrWarn(String message, boolean val)
public void fail(String s)
public List<SalTestResult> getResults()
public void pass(String s)
public void warn(String s)
public void setCurrentTest(BambooSalTest currentTest)
public void setCurrentTest(String currentTest)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.