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

CP() 개인적인 메소드

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

            ProgramNode cp = new ProgramNode();

            c.CP = cp;

            Assert.AreSame(cp, c.CP);
        }