Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [SetUp]
  2. public void TestSetUp()
  3. {
  4. if (!TestHelper.SimulationFilesExist())
  5. {
  6. Assert.Ignore( "Simulation files are not installed. Omitting." );
  7. }
  8. }
  9.  
  10. [TestFixtureSetUp]
  11. public void FixtureSetUp()
  12. {
  13. if (!TestHelper.SimulationFilesExist())
  14. {
  15. Assert.Ignore( "Simulation files are not installed. Omitting fixture." );
  16. }
  17. }
Add Comment
Please, Sign In to add comment