| Package | Description |
|---|---|
| com.atlassian.confluence.util.test.rules |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractVersionRule.Version |
BeforeVersionRule.extractAnnotationVersion(BeforeVersionRule.BeforeVersion annotation) |
protected AbstractVersionRule.Version |
SinceVersionRule.extractAnnotationVersion(SinceVersionRule.SinceVersion annotation) |
protected abstract AbstractVersionRule.Version |
AbstractVersionRule.extractAnnotationVersion(T annotation) |
static AbstractVersionRule.Version |
AbstractVersionRule.Version.fromString(String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractVersionRule.Version.compareTo(AbstractVersionRule.Version that) |
protected abstract void |
AbstractVersionRule.compareVersions(org.junit.runner.Description description,
AbstractVersionRule.Version product,
AbstractVersionRule.Version annotation) |
protected void |
BeforeVersionRule.compareVersions(org.junit.runner.Description description,
AbstractVersionRule.Version product,
AbstractVersionRule.Version annotation) |
protected void |
SinceVersionRule.compareVersions(org.junit.runner.Description description,
AbstractVersionRule.Version product,
AbstractVersionRule.Version annotation) |
| Constructor and Description |
|---|
AbstractVersionRule(Class<T> annotationClass,
Supplier<AbstractVersionRule.Version> versionSupplier) |
BeforeVersionRule(Supplier<AbstractVersionRule.Version> versionSupplier) |
SinceVersionRule(Supplier<AbstractVersionRule.Version> versionSupplier) |
Copyright © 2003–2021 Atlassian. All rights reserved.