Interface TestCaseContext
-
public interface TestCaseContextAn interface for objects that can run certain tests within a given context. A context consists of a set-up step and a tear-down step. It can, for example, be used to switch execution from preferring SPARQL to preferring JavaScript.- Author:
- Holger Knublauch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUpTestContext()voidtearDownTestContext()
-