public void TestValidateEmptyRight() { _controller.Set("1", Side.Left, new DiffModel { Data = new byte[] { 0, 1, 2 } }); var actual = _controller.GetResult("1"); Assert.IsAssignableFrom <NotFoundResult>(actual); }