Axiom.Runtime.UnitTests._Choicepoint.TR C# (CSharp) Méthode

TR() private méthode

private TR ( ) : void
Résultat void
        public void TR()
        {
            Choicepoint c = new Choicepoint();

            c.TR = 1;

            Assert.AreEqual(1, c.TR);
        }