Uses of Class
com.sun.javatest.finder.CommentStream

Packages that use CommentStream
com.sun.javatest.finder Test Finders are used to locate and read test descriptions, which give details about the tests in a test suite. 
 

Uses of CommentStream in com.sun.javatest.finder
 

Subclasses of CommentStream in com.sun.javatest.finder
 class HTMLCommentStream
          This class extracts all ASCII characters within HTML comments bound by "".
 class JavaCommentStream
          This class extracts all ASCII characters within two of Java's comments: traditional comments (bound by "/*" and "*\/") and documentation comments (bound by "/**" and "*\/").
 class ShScriptCommentStream
          This class extracts all ASCII characters within standard shell script comments.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.