public class ClassScopeTest extends STBBaseTst
Modifier and Type | Field and Description |
---|---|
static String |
TEST_NULL_TYPE |
acu, stb
Constructor and Description |
---|
ClassScopeTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
suite() |
void |
testAnonymousInnerClassName() |
void |
testbuz() |
void |
testCantContainsSuperToString() |
void |
testClassName() |
void |
testContains() |
void |
testContainsStaticVariablePrefixedWithClassName() |
void |
testEnumsClassScope() |
void |
testEnumTypeParameter() |
void |
testMethodDeclarationRecorded() |
void |
testMethodUsageSeen() |
void |
testMethodUsageSeen2() |
void |
testMethodUsageSeenWithThis() |
void |
testNestedClassDeclFound() |
void |
testNestedClassFieldAndParameter()
Test case for bug report #2410201
|
void |
testNoParams() |
void |
testNullType() |
void |
testOneParam() |
void |
testOneParamVararg() |
void |
testTwoMethodsSameNameDiffArgs() |
void |
testTwoParams() |
void |
testTwoParamsVararg() |
void |
testVarArgsEmpty() |
parseCode, parseCode, parseCode15
public static final String TEST_NULL_TYPE
public void testEnumsClassScope()
public void testEnumTypeParameter()
public void testVarArgsEmpty()
public void testAnonymousInnerClassName()
public void testContains()
public void testCantContainsSuperToString()
public void testContainsStaticVariablePrefixedWithClassName()
public void testClassName()
public void testMethodDeclarationRecorded()
public void testTwoMethodsSameNameDiffArgs()
public final void testNestedClassDeclFound() throws Throwable
Throwable
public void testMethodUsageSeen()
public void testMethodUsageSeenWithThis()
public void testMethodUsageSeen2()
public void testNestedClassFieldAndParameter()
public void testNullType()
public static junit.framework.Test suite()
Copyright © 2002–2016 InfoEther. All rights reserved.