Class TestData

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class TestData
    extends HashMap<String,​Object>
    Every test has data. This is a simple hashmap that contains it. Also included is whether the test has been disabled in the test or not. Each test should ideally check if the test is enabled and simply skip any test that is disabled.

    Created by Jeff Gaynor
    on 9/6/14 at 2:07 PM

    See Also:
    Serialized Form