FakeScheduler

Intended to support integration testing which uses the org.apache.causeway.extensions.commandlog.applib.dom.BackgroundService to create background CommandLogEntry s, that the integration test then needs to be executed.

API

FakeScheduler.java
class FakeScheduler {
  CommandBulkExecutionResult runBackgroundCommands(long waitForMillis, NoCommandsPolicy noCommandsPolicy)     (1)
}

Members

runBackgroundCommands(long, NoCommandsPolicy)