Package gov.nasa.jpf.autodoc.types.scanner

Examples of gov.nasa.jpf.autodoc.types.scanner.TargetScanner.fetch()


        return NameUtils.isFileClassName(name);
      }
    };
   
    int filecount = 12;
    Set<String> set = scanner.fetch("test", filter);
   
    System.out.println(set);
    assertEquals(filecount, set.size());
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.