@MustBeDocumented
@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASSAnnotationTarget.FUNCTION])
annotation Isolation


Annotation to override the default automatic clear data behavior of the framework.

Apply this to a test class or test method to configure the sandbox isolation.

Summary

Public constructors

Public properties

IsolationPolicy

The isolation policy to apply.

Public constructors

Isolation

Added in 1.0.0-alpha01
Isolation(value: IsolationPolicy = IsolationPolicy.AUTOMATIC)

Public properties

value

val valueIsolationPolicy

The isolation policy to apply. Defaults to IsolationPolicy.AUTOMATIC.