|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.latka.Suite
public class Suite
References a Latka XML suite, stored either inside a Reader or at a file URI.
Latka#runTests(Suite, org.apache.commons.latka.event.LatkaEventInfo)| Field Summary | |
|---|---|
protected java.net.URL |
_url
test suite URL |
| Constructor Summary | |
|---|---|
Suite(java.net.URL url)
Create a test suite from an XML document located at the designated URL. |
|
| Method Summary | |
|---|---|
java.net.URL |
getURL()
URL containing the test suite. |
void |
setURL(java.net.URL url)
Set the URL of the test suite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.URL _url
| Constructor Detail |
|---|
public Suite(java.net.URL url)
url - of a Latka XML suite| Method Detail |
|---|
public java.net.URL getURL()
public void setURL(java.net.URL url)
url - the URL to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||