예제 #1
0
파일: RowTests.cs 프로젝트: giusdp/WForest
 public void ApplyOn_NoChildren_NothingHappens()
 {
     Assert.That(() => _row.ApplyOn(_root), Throws.Nothing);
 }