|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.core.uitest.data.UiCase
public class UiCase
A Unit or Integration Test Case defintion container.
A Test Case is defined as follows:tcp:7500
, the service be 7500, and the nic be 192.168.10.12.
Naturally the
default TIBCO parameters are used when the configuration isn't specified.
Constructor Summary | |
---|---|
UiCase()
|
Method Summary | |
---|---|
void |
addUiTest(UiTest pUiTest)
Adds a new test element to this instance. |
java.lang.String |
getName()
The name of this test case. |
java.lang.String |
getServiceFile()
Defines the name of the file that the service manager must use. |
java.util.ArrayList |
getUiTests()
The tests contained within this Test Case. |
void |
setName(java.lang.String pName)
Assigns the name of this test case. |
void |
setServiceFile(java.lang.String pServiceFile)
The name of the file that the service manager must use. |
void |
setUiTests(java.util.ArrayList pUiTests)
Assigns the elementary tests contained by this case. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UiCase()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- a unique string to indentify the Test Casepublic java.lang.String getServiceFile()
public void setServiceFile(java.lang.String pServiceFile)
pServiceFile
- the xml service configuration filepublic java.util.ArrayList getUiTests()
public void setUiTests(java.util.ArrayList pUiTests)
pUiTests
- the list of tests for this case.public void addUiTest(UiTest pUiTest)
pUiTest
- the new test to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |