コード例 #1
0
ファイル: RowTests.cs プロジェクト: giusdp/WForest
 public void ApplyOn_NoChildren_NothingHappens()
 {
     Assert.That(() => _row.ApplyOn(_root), Throws.Nothing);
 }