Exemplo n.º 1
0
        public void Can_execute_assert_and_pass()
        {
            var assert = nunitDiscovery.BuildAssert(typeof(TestMethodAttribute).Assembly);

            Assert.DoesNotThrow(() => assert.IsTrue(new object(), o => true, o => null));
        }