|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestContext
Represents the context for a a single test. Also provides the ability for the test to observe the changes to the context (through listeners) for validation of the test results.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Brief description of the key traits of this context. |
TestFixture |
getTestFixture()
Returns the test fixture that can be used to set up and tear down this context. |
void |
setDescription(java.lang.String desc)
|
void |
setTestFixture(TestFixture testFixture)
Set the test fixture for setting up and tearing down this context. |
| Methods inherited from interface org.progeeks.util.beans.StandardBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, hasListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
TestFixture getTestFixture()
void setTestFixture(TestFixture testFixture)
java.lang.String getDescription()
ContextualTestCase
when showing where an error occurred.
void setDescription(java.lang.String desc)
desc - The desc to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||