@Test(expected = SyntaxException.class) public void testNullValueTwoArgs() throws SyntaxException { Prepend.getInstance(null, new ListResource(), Null.getInstance()); }
@Test(expected = SyntaxException.class) public void testNullValueOneArg() throws SyntaxException { Prepend.getInstance(null, Null.getInstance()); }