Axiom.Runtime.UnitTests._Choicepoint.Create C# (CSharp) 메소드

Create() 개인적인 메소드

private Create ( ) : void
리턴 void
        public void Create()
        {
            Choicepoint c = new Choicepoint();

            Assert.IsNull(c.B);
            Assert.IsNull(c.CE);
            Assert.IsNull(c.CP);
            Assert.IsNull(c.H);
            Assert.IsNull(c.NextClause);
        }