Interface IRuntime

    • Method Detail

      • startup

        void startup​(RuntimeData data)
              throws java.lang.Exception
        Starts the coverage runtime. This method MUST be called before any class instrumented for this runtime is loaded.
        Parameters:
        data - the execution data for this runtime
        Throws:
        java.lang.Exception - any internal problem during startup
      • shutdown

        void shutdown()
        Allows the coverage runtime to cleanup internals. This class should be called when classes instrumented for this runtime are not used any more.