Interface ContextRunnable<T>


public interface ContextRunnable<T>
Interface for invocation of tests in dsl defined context.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T context)
    Method invoked in given context T
  • Method Details

    • run

      void run(T context)
      Method invoked in given context T
      Parameters:
      context - context generated by ContextProvider.setup()