Метод | Описание | |
---|---|---|
GetUniqueIdentifier ( string prefix ) : string | ||
IgnoreExceptOnBuildServer ( string message ) : void |
Calls Assert.Ignore() unless we're on the build server, in which case calls Assert.Fail(). We don't to miss any regressions just because something was misconfigured at the build server and caused a test to be inconclusive.
|
|
MinimumPgVersion ( NpgsqlConnection conn, string minVersion, string ignoreText = null ) : void |
public static GetUniqueIdentifier ( string prefix ) : string | ||
prefix | string | |
Результат | string |
public static IgnoreExceptOnBuildServer ( string message ) : void | ||
message | string | |
Результат | void |
public static MinimumPgVersion ( NpgsqlConnection conn, string minVersion, string ignoreText = null ) : void | ||
conn | NpgsqlConnection | |
minVersion | string | |
ignoreText | string | |
Результат | void |