isTemporary property

  1. @optionalConfiguration
bool? isTemporary
getter/setter pair

A flag to represent permanence.

This flag is used for test suites that use a temporary database to run tests against, dropping it after the tests are complete. This property is optional.

Implementation

@optionalConfiguration
bool? isTemporary;