Axiom.Runtime.UnitTests._Choicepoint.Create C# (CSharp) Method

Create() private method

private Create ( ) : void
return 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);
        }