Свойство | Тип | Описание | |
---|---|---|---|
Cancelled | |||
ChildFailure | |||
Error | |||
Explicit | |||
Failure | |||
Ignored | |||
Inconclusive | |||
NotRunnable | |||
SetUpError | |||
SetUpFailure | |||
Skipped | |||
Success | |||
TearDownError | |||
Warning |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object, is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
Matches ( |
Test whether this ResultState has the same Status and Label as another one. In other words, the whether two are equal ignoring the Site.
|
|
ResultState ( TestStatus status ) : System.Text |
Initializes a new instance of the ResultState class.
|
|
ResultState ( TestStatus status, FailureSite site ) : System.Text |
Initializes a new instance of the ResultState class.
|
|
ResultState ( TestStatus status, string label ) : System.Text |
Initializes a new instance of the ResultState class.
|
|
ResultState ( TestStatus status, string label, FailureSite site ) : System.Text |
Initializes a new instance of the ResultState class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
WithSite ( FailureSite site ) : |
Get a new ResultState, which is the same as the current one but with the FailureSite set to the specified value.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
Результат | bool |
public Matches ( |
||
other | ||
Результат | bool |
public ResultState ( TestStatus status ) : System.Text | ||
status | TestStatus | The TestStatus. |
Результат | System.Text |
public ResultState ( TestStatus status, FailureSite site ) : System.Text | ||
status | TestStatus | The TestStatus. |
site | FailureSite | The stage at which the result was produced |
Результат | System.Text |
public ResultState ( TestStatus status, string label ) : System.Text | ||
status | TestStatus | The TestStatus. |
label | string | The label. |
Результат | System.Text |
public ResultState ( TestStatus status, string label, FailureSite site ) : System.Text | ||
status | TestStatus | The TestStatus. |
label | string | The label. |
site | FailureSite | The stage at which the result was produced |
Результат | System.Text |
public WithSite ( FailureSite site ) : |
||
site | FailureSite | The FailureSite to use |
Результат |
public static ResultState,NUnit.Framework.Interfaces Cancelled | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces ChildFailure | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Error | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Explicit | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Failure | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Ignored | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Inconclusive | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces NotRunnable | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces SetUpError | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces SetUpFailure | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Skipped | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces Success | ||
Результат |
public static ResultState,NUnit.Framework.Interfaces TearDownError | ||
Результат |