Interface StubRunning

All Superinterfaces:
AutoCloseable, Closeable, StubFinder, StubTrigger
All Known Implementing Classes:
BatchStubRunner, StubRunner

public interface StubRunning extends Closeable, StubFinder
Contract for running stubs.
Author:
Marcin Grzejszczak
  • Method Details

    • runStubs

      RunningStubs runStubs()
      Returns:
      runs the stubs and returns the RunningStubs. If the stubs were already started then a cached version will be returned.