|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.utplsql.TestPackage
public class TestPackage
Holds all information about one testpackage (Testcases and number of errors etc.)
Currently just an intermediate solution for easy creation of the jUnit xml
files. Maybe this becomes obsolete later.
Testcase,
Serialized Form| Constructor Summary | |
|---|---|
TestPackage(String name)
Creates a new instance of this class |
|
| Method Summary | |
|---|---|
void |
add(Testcase testcase)
Add a Testcase to this package |
long |
getCounter()
|
String |
getName()
|
String |
getXmlSnippet()
The result of this function should be written to one xml-file later representing The testresults for one Testpackage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestPackage(String name)
name - the name of the test package| Method Detail |
|---|
public String getName()
public long getCounter()
public void add(Testcase testcase)
testcase - the Testcase to addpublic String getXmlSnippet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||