Method | Description | |
---|---|---|
DontWrite ( string format ) : void | ||
DontWriteLine ( string format ) : void | ||
Encode ( string value ) : string | ||
PostMatchResult ( PclUnit result, PclUnit match ) : void | ||
WriteLine ( string format ) : void | ||
WriteSuite ( string name ) : IDisposable |
Method | Description | |
---|---|---|
CIResultOutput ( ) : System | ||
PostTestResultToAppveyor ( Result result, ResultKind match ) : void | ||
PostToAppVeyor ( string json ) : void |
public static DontWrite ( string format ) : void | ||
format | string | |
return | void |
public static DontWriteLine ( string format ) : void | ||
format | string | |
return | void |
public static Encode ( string value ) : string | ||
value | string | |
return | string |
public static PostMatchResult ( PclUnit result, PclUnit match ) : void | ||
result | PclUnit | |
match | PclUnit | |
return | void |
public static WriteLine ( string format ) : void | ||
format | string | |
return | void |
public static WriteSuite ( string name ) : IDisposable | ||
name | string | |
return | IDisposable |