|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faktorips.runtime.test.IpsTest2
public abstract class IpsTest2
| Constructor Summary | |
|---|---|
IpsTest2(String qName)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IpsTest2(String qName)
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||