public class TestCase extends Object
| Constructor and Description |
|---|
TestCase(Node node)
Creates an instance of
TestCase |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failed()
Returns
true if the testcase failed. |
boolean |
passed()
Returns
true if the testcase succeeded. |
boolean |
skipped()
Returns
true if the testcase is skipped. |
String |
toHTML()
Returns HTML markup for this object.
|
public TestCase(Node node)
TestCasepublic boolean passed()
true if the testcase succeeded.true if the testcase succeeded.public boolean failed()
true if the testcase failed.true if the testcase failed.public boolean skipped()
true if the testcase is skipped.true if the testcase is skipped.public String toHTML()
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.