Property | Type | Description | |
---|---|---|---|
FailureCount | int |
Method | Description | |
---|---|---|
BeginSession ( ) : void | ||
BeginSuite ( IConeSuite suite ) : ISuiteLogger | ||
BeginTest ( IConeTest test ) : ITestLogger | ||
EndSession ( ) : void | ||
EndSuite ( ) : void | ||
EndTest ( ) : void | ||
Failure ( ConeTestFailure failure ) : void | ||
ITestLogger ( ) : void | ||
Pending ( string reason ) : void | ||
Skipped ( ) : void | ||
Success ( ) : void | ||
WriteInfo ( Action |
public BeginSuite ( IConeSuite suite ) : ISuiteLogger | ||
suite | IConeSuite | |
return | ISuiteLogger |
public BeginTest ( IConeTest test ) : ITestLogger | ||
test | IConeTest | |
return | ITestLogger |
public Failure ( ConeTestFailure failure ) : void | ||
failure | Cone.Core.ConeTestFailure | |
return | void |