public class RestoreDataOnlyOnce extends Object implements org.junit.rules.TestRule
RestoreOnce
to restore data
before running all tests. This data will be used only once before all methods executed in this class.Constructor and Description |
---|
RestoreDataOnlyOnce(java.util.function.Supplier<Backdoor> backdoorSupplier) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public RestoreDataOnlyOnce(java.util.function.Supplier<Backdoor> backdoorSupplier)
Copyright © 2002-2022 Atlassian. All Rights Reserved.