/*
  * 2 covered goals:
  * 1 com.werken.saxpath.XPathLexer.setPreviousToken(Lcom/werken/saxpath/Token;)V: root-Branch
  * 2 com.werken.saxpath.XPathLexer.<init>()V: root-Branch
  */
 @Test
 public void test1() throws Throwable {
   XPathLexer xPathLexer0 = new XPathLexer();
   xPathLexer0.setPreviousToken((Token) null);
   assertNull(xPathLexer0.getXPath());
 }