Beispiel #1
0
 public void AssertItemIsAbsentOnPanel(string filename, string panel)
 {
     AssertionUtil.AssertFalse(PanelBl.IsFileFound(panel, filename), "File is present when should not be");
 }
Beispiel #2
0
 public void AssertItemIsPresentOnPanel(string filename, string panel)
 {
     AssertionUtil.AssertTrue(PanelBl.IsFileFound(panel, filename), "File is not present when should be");
 }