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

H() private method

private H ( ) : void
return void
        public void H()
        {
            Choicepoint c = new Choicepoint();

            HeapNode h = new HeapNode();

            c.H = h;

            Assert.AreSame(h, c.H);
        }