public class JavaTokensTokenizerTest extends Object
Constructor and Description |
---|
JavaTokensTokenizerTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
suite() |
void |
test1() |
void |
test2() |
void |
testCommentsIgnored() |
void |
testDiscardImports() |
void |
testDiscardOneLineAnnotationWithParams() |
void |
testDiscardPkgStmts() |
void |
testDiscardSemicolons() |
void |
testDiscardSimpleOneLineAnnotation() |
void |
testIgnoreBetweenSpecialAnnotation() |
void |
testIgnoreBetweenSpecialAnnotationAndIgnoreAnnotations() |
void |
testIgnoreComments()
Comments are discarded already by the Java parser.
|
public void testDiscardSimpleOneLineAnnotation() throws Throwable
Throwable
public void testIgnoreComments()
public void testDiscardOneLineAnnotationWithParams() throws Throwable
Throwable
public void testIgnoreBetweenSpecialAnnotation() throws Throwable
Throwable
public void testIgnoreBetweenSpecialAnnotationAndIgnoreAnnotations() throws Throwable
Throwable
public static junit.framework.Test suite()
Copyright © 2002–2014 InfoEther. All rights reserved.