Implicit method that returns the Application
instance for the current test.
Implicit method that returns the Application
instance for the current test.
Creates new instance of Application
with parameters set to their defaults.
Creates new instance of Application
with parameters set to their defaults. Override this method if you
need a Application
created with non-default parameter values.
Creates a new Application
instance before executing each test, and
ensure it is cleaned up after the test completes.
Creates a new Application
instance before executing each test, and
ensure it is cleaned up after the test completes. You can access the Application
from
your tests via app
.
the no-arg test function to run with a fixture
the Outcome
of the test execution
Synonym for GuiceOneAppPerTest