//Artefact:JavaClass/com/sphenon/basics/testing/TestRun
Synopsis
public interface TestRun
//Artefact:Method/com/sphenon/basics/testing/TestRun/getId
Synopsis
public java.lang.String getId (CallContext context)
//Artefact:Method/com/sphenon/basics/testing/TestRun/getValue
Synopsis
public java.lang.Object getValue (CallContext context, String name)
//Artefact:Method/com/sphenon/basics/testing/TestRun/setValue
Synopsis
public void setValue (CallContext context, String name, Object value)
//Artefact:Method/com/sphenon/basics/testing/TestRun/matchesTest
Synopsis
public boolean matchesTest (CallContext context, Test test)