Domain.TestCurrentFormHolder.Constructor_Creates_New_Form C# (CSharp) Method

Constructor_Creates_New_Form() private method

private Constructor_Creates_New_Form ( ) : void
return void
        public void Constructor_Creates_New_Form()
        {
            Assert.IsNotNull(mHolder.Form);
        }