public class ParametrizedTest extends AbstractTest
| Modifier and Type | Field and Description |
|---|---|
protected String |
A |
protected String |
B |
protected String |
expectedA |
protected String |
expectedB |
id, name, parent| Constructor and Description |
|---|
ParametrizedTest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getA() |
String |
getB() |
String |
getExpectedA() |
String |
getExpectedB() |
TestReport |
runImpl()
Subclasses should implement this method with the content of
the test case.
|
void |
setA(String A) |
void |
setB(String B) |
void |
setExpectedA(String expectedA) |
void |
setExpectedB(String expectedB) |
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParentprotected String A
protected String B
protected String expectedA
protected String expectedB
public void setA(String A)
public void setB(String B)
public void setExpectedA(String expectedA)
public void setExpectedB(String expectedB)
public String getA()
public String getB()
public String getExpectedA()
public String getExpectedB()
public TestReport runImpl() throws Exception
AbstractTestrunImpl in class AbstractTestExceptionCopyright © 2000–2020 Apache Software Foundation. All rights reserved.