public class EN extends Object
| Constructor and Description |
|---|
EN() |
| Modifier and Type | Method and Description |
|---|---|
static void |
And(Pattern regexp,
groovy.lang.Closure body) |
static void |
And(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
And(String expression,
groovy.lang.Closure body) |
static void |
And(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
But(Pattern regexp,
groovy.lang.Closure body) |
static void |
But(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
But(String expression,
groovy.lang.Closure body) |
static void |
But(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Given(Pattern regexp,
groovy.lang.Closure body) |
static void |
Given(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Given(String expression,
groovy.lang.Closure body) |
static void |
Given(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Then(Pattern regexp,
groovy.lang.Closure body) |
static void |
Then(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Then(String expression,
groovy.lang.Closure body) |
static void |
Then(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
When(Pattern regexp,
groovy.lang.Closure body) |
static void |
When(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
When(String expression,
groovy.lang.Closure body) |
static void |
When(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
public static void Given(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Given(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Given(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Given(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void When(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void When(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void When(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void When(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Then(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Then(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Then(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Then(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void And(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void And(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void And(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void And(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void But(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void But(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void But(Pattern regexp, groovy.lang.Closure body) throws Throwable
ThrowableCopyright © 2018. All rights reserved.