C# Class Spring.TestSupport.CompatibilityAdapter

For backwards compatibility; will be deprecated in the future. This class provides convenience methods for common assertions. You should use Assert and WebAssert methods instead.
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
AssertEquals ( object expected, object actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertEquals ( string message, object expected, object actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertEquals ( string expected, string actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertEquals ( string message, string expected, string actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertEqualsIgnoreOrder ( string message, string expected, string actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertNotNull ( object o ) : void

For backwards compatibility; will be deprecated in the future.

AssertNotNull ( string message, object o ) : void

For backwards compatibility; will be deprecated in the future.

AssertNull ( object o ) : void

For backwards compatibility; will be deprecated in the future.

AssertNull ( string message, object o ) : void

For backwards compatibility; will be deprecated in the future.

AssertSame ( object expected, object actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertSame ( string message, object expected, object actual ) : void

For backwards compatibility; will be deprecated in the future.

AssertSortOrder ( string message, string data, int column, bool isAscending, DataType type ) : void

For backwards compatibility; will be deprecated in the future.

AssertTrue ( bool condition ) : void

For backwards compatibility; will be deprecated in the future.

AssertTrue ( string message, bool condition ) : void

For backwards compatibility; will be deprecated in the future.

AssertVisibility ( ControlTester tester, bool expectedVisibility ) : void

For backwards compatibility; will be deprecated in the future.

Fail ( string message ) : void

For backwards compatibility; will be deprecated in the future.

Method Details

AssertEquals() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertEquals ( object expected, object actual ) : void
expected object
actual object
Résultat void

AssertEquals() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertEquals ( string message, object expected, object actual ) : void
message string
expected object
actual object
Résultat void

AssertEquals() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertEquals ( string expected, string actual ) : void
expected string
actual string
Résultat void

AssertEquals() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertEquals ( string message, string expected, string actual ) : void
message string
expected string
actual string
Résultat void

AssertEqualsIgnoreOrder() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertEqualsIgnoreOrder ( string message, string expected, string actual ) : void
message string
expected string
actual string
Résultat void

AssertNotNull() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertNotNull ( object o ) : void
o object
Résultat void

AssertNotNull() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertNotNull ( string message, object o ) : void
message string
o object
Résultat void

AssertNull() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertNull ( object o ) : void
o object
Résultat void

AssertNull() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertNull ( string message, object o ) : void
message string
o object
Résultat void

AssertSame() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertSame ( object expected, object actual ) : void
expected object
actual object
Résultat void

AssertSame() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertSame ( string message, object expected, object actual ) : void
message string
expected object
actual object
Résultat void

AssertSortOrder() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertSortOrder ( string message, string data, int column, bool isAscending, DataType type ) : void
message string
data string
column int
isAscending bool
type DataType
Résultat void

AssertTrue() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertTrue ( bool condition ) : void
condition bool
Résultat void

AssertTrue() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertTrue ( string message, bool condition ) : void
message string
condition bool
Résultat void

AssertVisibility() public static méthode

For backwards compatibility; will be deprecated in the future.
public static AssertVisibility ( ControlTester tester, bool expectedVisibility ) : void
tester NUnit.Extensions.Asp.ControlTester
expectedVisibility bool
Résultat void

Fail() public static méthode

For backwards compatibility; will be deprecated in the future.
public static Fail ( string message ) : void
message string
Résultat void