properties

@AliasFor(value = "value")
abstract fun properties(): Array<String>

Properties in form key=value that should be added to the Spring Environment before the test runs.

Return

the properties to add