AjRools.Expert.Tests.ContextTests.GetUndefinedValueAsNull C# (CSharp) 메소드

GetUndefinedValueAsNull() 개인적인 메소드

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