Interface IExecutionDataVisitor

All Known Implementing Classes:
ExecutionDataStore, ExecutionDataWriter, RemoteControlWriter

public interface IExecutionDataVisitor
Interface for data output of collected execution data. This interface is meant to be implemented by parties that want to retrieve data from the coverage runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Provides execution data for a class.
  • Method Details

    • visitClassExecution

      void visitClassExecution(ExecutionData data)
      Provides execution data for a class.
      Parameters:
      data - execution data for a class