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