All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.ajug.jsl.jester.cases.TestContext
Applet.getAppletontext().
A context has properties the test may use. Property creation is
be done by the factory method createProperty(...).
TODO - Document methods, add convenience methods for long, double, boolean, String. Add PropertyNotFoundException and use it. See Jack for convenience suggestions.
public TestContext()
public void addProperty(String name,
Object value,
boolean isInherited)
public Property getProperty(String name)
public void addProperty(Property property)
public boolean hasProperty(String name)
public Enumeration listProperties()
public Object getObject(String name)
public void incrementAssertionCount()
public int getAssertionCount()
public int getInt(String name)
All Packages Class Hierarchy This Package Previous Next Index