@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExpectedLog
| Modifier and Type | Required Element and Description |
|---|---|
String |
expectedLog |
ExpectedType |
expectedType |
| Modifier and Type | Optional Element and Description |
|---|---|
ExpectedDBType |
expectedDBType |
public abstract String expectedLog
public abstract ExpectedType expectedType
public abstract ExpectedDBType expectedDBType