options property

ApplicationOptions options
getter/setter pair

Application options for the application being tested.

Values must be set in beforeStart for changes to have an effect on running application.

Default values: ApplicationOptions.port is 0, and ApplicationOptions.configurationFilePath is config.src.yaml.

Implementation

ApplicationOptions options = ApplicationOptions()
  ..port = 0
  ..configurationFilePath = "config.src.yaml";