TestProject1.DragonTest.DragonConstructorTest C# (CSharp) Method

DragonConstructorTest() private method

private DragonConstructorTest ( ) : void
return void
        public void DragonConstructorTest()
        {
            Dragon target = new Dragon();
            Assert.IsNotNull(target);
        }