Example #1
0
        public void TestFactory_Ctor()
        {
            var actual = new TestFactory();

            Assert.NotNull(actual);
        }