Sorted() private méthode

private Sorted ( string data, int column, bool isAscending, DataType type ) : void
data string
column int
isAscending bool
type DataType
Résultat void
Exemple #1
0
 /// <summary>
 /// For backwards compatibility; will be deprecated in the future.
 /// </summary>
 public static void AssertSortOrder(string message, string[][] data, int column, bool isAscending, DataType type)
 {
     WebAssert.Sorted(data, column, isAscending, type, message);
 }