@MustBeDocumented
@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASSAnnotationTarget.FUNCTION])
public 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 methods

final @NonNull IsolationPolicy

The isolation policy to apply.

Public constructors

Isolation

Added in 1.0.0-alpha01
public Isolation(@NonNull IsolationPolicy value)

Public methods

getValue

public final @NonNull IsolationPolicy getValue()

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