| Package | Description |
|---|---|
| com.asakusafw.testdriver.core |
Core classes of test moderator.
|
| com.asakusafw.testdriver.rule |
Tiny rule builder.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyRuleBuilder |
TestResultInspector.rule(Class<?> modelClass)
Deprecated.
Creates a
VerifyRuleBuilder for the target model class. |
| Modifier and Type | Method and Description |
|---|---|
VerifyRuleBuilder |
VerifyRuleBuilder.acceptIfAbsent()
Adds a rule to accept if actual data is absent.
|
VerifyRuleBuilder |
VerifyRuleBuilder.acceptIfUnexpected()
Adds a rule to accept if expected data is absent.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.