Exemplo n.º 1
0
        public void BoolMethTest()
        {
            string s        = default;
            bool   actual   = StaticClass.BoolMeth(s);
            bool   expected = default;

            Assert.That(actual, Is.EqualTo(expected));
            Assert.Fail("autogenerated");
        }