public class Test extends Object
Constructor and Description |
---|
Test(File f)
Creates an instance of
Test . |
Modifier and Type | Method and Description |
---|---|
List<TestCase> |
getFailedTestCases()
Returns a list of failed testcases.
|
List<TestCase> |
getPassedTestCases()
Returns a list of passed testcases.
|
List<TestCase> |
getSkippedTestCases()
Returns a list of skipped testcases.
|
boolean |
passed()
Returns
true if the testcase succeeded. |
String |
toHTML()
Returns HTML markup for this object.
|
public Test(File f) throws ParserConfigurationException, SAXException, IOException
Test
.ParserConfigurationException
- if the testNG
report XML is not well formed.SAXException
- if the testNG
report XML is not
well formed.IOException
- if the testNG
report XML is not
accessible.public boolean passed()
true
if the testcase succeeded.true
if the testcase succeeded.public List<TestCase> getPassedTestCases()
public List<TestCase> getSkippedTestCases()
public List<TestCase> getFailedTestCases()
public String toHTML()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.