Метод | Описание | |
---|---|---|
Execute ( ITestResultListener listener ) : void | ||
Find ( string id ) : IExampleNode | ||
IsIgnored ( ) : bool | ||
Pending ( ) : void |
Метод | Описание | |
---|---|---|
After ( System.Action spec ) : void | ||
Before ( System.Action spec ) : void | ||
Describe ( string area, System.Action spec ) : void | ||
Expect ( Expression |
||
Ignore ( System.Action spec ) : void | ||
Ignore ( string area, System.Action spec ) : void | ||
It ( string area, System.Action spec ) : void | ||
It ( string area, Expression |
||
Specify ( Expression |
Метод | Описание | |
---|---|---|
AddIt ( |
||
CurrentDescribe ( ) : |
||
CurrentDescribeExists ( ) : bool | ||
RunDescribe ( System.Action spec, |
||
Wrap ( Expression |
protected After ( System.Action spec ) : void | ||
spec | System.Action | |
Результат | void |
protected Before ( System.Action spec ) : void | ||
spec | System.Action | |
Результат | void |
protected Describe ( string area, System.Action spec ) : void | ||
area | string | |
spec | System.Action | |
Результат | void |
public Execute ( ITestResultListener listener ) : void | ||
listener | ITestResultListener | |
Результат | void |
protected Expect ( Expression |
||
spec | Expression |
|
Результат | void |
protected Ignore ( System.Action spec ) : void | ||
spec | System.Action | |
Результат | void |
protected Ignore ( string area, System.Action spec ) : void | ||
area | string | |
spec | System.Action | |
Результат | void |
protected It ( string area, System.Action spec ) : void | ||
area | string | |
spec | System.Action | |
Результат | void |
protected It ( string area, Expression |
||
area | string | |
spec | Expression |
|
Результат | void |
protected Specify ( Expression |
||
spec | Expression |
|
Результат | void |