Method | Description | |
---|---|---|
Assert ( bool condition ) : void | ||
Assert ( bool condition, string message ) : void |
public static Assert ( bool condition ) : void | ||
condition | bool | |
return | void |
public static Assert ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |