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

Create() private method

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