application property

Application<T>? application

The application being tested.

In beforeStart, this value is the application that will be started. In afterStart, this value is the application that is currently running.

After tearDown, this value becomes null.

Implementation

Application<T>? get application => _application;