Axiom.Runtime.UnitTests._EnvironmentFrame.Create C# (CSharp) Méthode

Create() private méthode

private Create ( ) : void
Résultat void
        public void Create()
        {
            EnvironmentFrame f = new EnvironmentFrame();
            Assert.IsNull(f.CE);
            Assert.IsNull(f.CP);
            Assert.IsNull(f.Next);
            Assert.IsNull(f.Previous);
            Assert.IsNull(f.PermanentVariables);
        }