Class SystemProperties
- java.lang.Object
-
- com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate<SystemProperties.Set>
-
- com.atlassian.confluence.util.test.rules.SystemProperties
-
- All Implemented Interfaces:
org.junit.rules.TestRule
@Deprecated public class SystemProperties extends AnnotatedMethodTemplate<SystemProperties.Set>
Deprecated.Set system properties for a specific test run.Usage:
{@code public class MyTest {
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SystemProperties.Set
Deprecated.
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
annotationClass, testClass
-
-
Constructor Summary
Constructors Constructor Description SystemProperties(Class testClass)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.junit.runners.model.Statement
applyForAnnotation(org.junit.runners.model.Statement statement, org.junit.runner.Description description, SystemProperties.Set set)
Deprecated.-
Methods inherited from class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
apply
-
-
-
-
Constructor Detail
-
SystemProperties
public SystemProperties(Class testClass)
Deprecated.
-
-
Method Detail
-
applyForAnnotation
protected org.junit.runners.model.Statement applyForAnnotation(org.junit.runners.model.Statement statement, org.junit.runner.Description description, SystemProperties.Set set)
Deprecated.- Specified by:
applyForAnnotation
in classAnnotatedMethodTemplate<SystemProperties.Set>
-
-