[TestFixture] public class TestClass { [Test] public void TestNunitThing() { bool hitler = true; bool obama = true; Assert.AreEqual(obama, hitler); } { // the test evaluates to true. and there you have it