AjRools.Expert.Tests.ContextTests.GetUndefinedValueAsNull C# (CSharp) Method

GetUndefinedValueAsNull() private method

private GetUndefinedValueAsNull ( ) : void
return void
        public void GetUndefinedValueAsNull()
        {
            Assert.IsNull(this.context.GetValue("Foo"));
        }