viewing paste Unknown #10658 | C#

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
    [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
Viewed 672 times, submitted by Guest.