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