Exemplo n.º 1
0
        public void TestNullLiteralGetValue()
        {
            NullLiteral nullLiteral = new NullLiteral();

            Assert.AreEqual(null, nullLiteral.GetValue());
        }