Package | Description |
---|---|
com.sun.javatest.finder |
Test Finders are used to locate and read test descriptions,
which give details about the tests in a test suite.
|
Modifier and Type | Class and Description |
---|---|
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, 2014, Oracle and/or its affiliates. All rights reserved.