public class TestMethodConfiguration extends Object
| Constructor and Description |
|---|
TestMethodConfiguration(Method method) |
| Modifier and Type | Method and Description |
|---|---|
static TestMethodConfiguration |
forMethod(Method method) |
TestResult |
getManualResult() |
String |
getManualResultReason() |
boolean |
isIgnored() |
boolean |
isManual() |
boolean |
isPending() |
public TestMethodConfiguration(Method method)
public static TestMethodConfiguration forMethod(Method method)
public boolean isManual()
public TestResult getManualResult()
public boolean isIgnored()
public boolean isPending()
public String getManualResultReason()
Copyright © 2023. All rights reserved.