public abstract class IpsTest2 extends Object
Modifier and Type | Method and Description |
---|---|
abstract int |
countTestCases()
Returns the number of test cases in this test.
|
String |
getFullPath()
Returns the test's file name including the path.
|
String |
getName()
Returns the test's unqualified name.
|
String |
getQualifiedName()
Returns the test's qualified name.
|
IRuntimeRepository |
getRepository()
Returns the runtime repository for searching and creating object during the test run.
|
protected abstract void |
run(IpsTestResult result) |
void |
setFullPath(String fileName)
Sets the test's file name including the path.
|
void |
setRepository(IRuntimeRepository runtimeRepository)
Sets the runtime repository.
|
public IpsTest2(String qName)
public String getQualifiedName()
public String getFullPath()
public void setFullPath(String fileName)
public String getName()
public IRuntimeRepository getRepository()
public void setRepository(IRuntimeRepository runtimeRepository)
public abstract int countTestCases()
protected abstract void run(IpsTestResult result)
Copyright © 2021. All rights reserved.