public class TestCaseEntry extends Object
| Constructor and Description |
|---|
TestCaseEntry(String testCase,
String failureMessage,
Status status)
Constructs an instance of
TestCaseEntry |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureMessage()
Returns the test failure message.
|
String |
getTestCase()
Returns the test case name.
|
Status |
getTestStatus()
Returns status of the test case.
|
String |
toString() |
public TestCaseEntry(String testCase, String failureMessage, Status status)
TestCaseEntrytestCase - test case namefailureMessage - test case failure messagestatus - whether the test case is successful or notpublic String getTestCase()
public String getFailureMessage()
public Status getTestStatus()
Copyright © 2019 WSO2. All rights reserved.