using NUnit.Framework; namespace Deltares.DamPiping.Tests { [TestFixture] public class Class1Tests { [Test] public void TestSomething() { bool test = Class1.DoSomething(); Assert.AreEqual(false, test); } } }