コード例 #1
0
 => AssertMatch(actual, fileName, expected.ID, expected.Start, expected.End, expected.Value);
コード例 #2
0
ファイル: NumericsTests.cs プロジェクト: zhuiyi220/ImageSharp
 clampAction(actual, min, max);
コード例 #3
0
 ShouldBeGreaterThan(actual, expected, () => null);
コード例 #4
0
 return(CheckResultSet(actual, expected, max_size, max_distance, max_error, kMaxPruningError, "Missing") & /*not &&*/
コード例 #5
0
 Assert.AreEqual(expected: movingPiece, actual: nextMove.Piece);
コード例 #6
0
 actual !.AssertAwesomely(v => Is.GreaterThan(v, expected), actual, expected, customMessage);