The base builder used in the running method.
Constructs a in-memory (h2) database configuration to add to an Application.
Executes a block of code in a running server, with a test browser.
Executes a block of code in a running server, with a test browser.
Executes a block of code in a running server.
Executes a block of code in a running application.
Returns true
if this application needs to run sequentially, rather than in parallel with other applications.
Returns true
if this application needs to run sequentially, rather than in parallel with other applications.
Typically that means the application and/or test relies on some global state, so this defaults to the
globalApplicationEnabled setting. This method is provided so the behavior can be customized if needed.
The port to use for a test server.
The port to use for a test server. Defaults to 19001. May be configured using the system property testserver.port
Helper functions to run tests.