Interface TestCaseContext


  • public interface TestCaseContext
    An 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 Detail

      • setUpTestContext

        void setUpTestContext()
      • tearDownTestContext

        void tearDownTestContext()