public class ExpectedCheckVerifier
extends org.junit.rules.Verifier
| Constructor and Description |
|---|
ExpectedCheckVerifier()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actual(org.openstreetmap.atlas.geography.atlas.Atlas atlas,
BaseCheck check)
Adds a test
Atlas and a Check to verify |
ExpectedCheckVerifier |
expect(CheckFlag... flags)
|
protected void |
verify() |
public void actual(org.openstreetmap.atlas.geography.atlas.Atlas atlas,
BaseCheck check)
Atlas and a Check to verifyatlas - a test Atlascheck - the Check under testpublic ExpectedCheckVerifier expect(CheckFlag... flags)
flags - expected CheckFlagsExpectedCheckVerifierprotected void verify()
throws java.lang.Throwable
verify in class org.junit.rules.Verifierjava.lang.Throwable