public class LocalScopeTest extends STBBaseTst
Modifier and Type | Field and Description |
---|---|
static String |
TEST1 |
static String |
TEST2 |
static String |
TEST3 |
static String |
TEST4 |
static String |
TEST5 |
acu, stb
Constructor and Description |
---|
LocalScopeTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
suite() |
void |
testgetEnclosingMethodScope() |
void |
testLocalVariableDeclarationFound() |
void |
testLocalVariableTypesAreRecorded() |
void |
testMethodArgumentTypesAreRecorded() |
void |
testNameWithSuperIsNotFlaggedAsUnused() |
void |
testNameWithThisOrSuperIsNotFlaggedAsUnused() |
void |
testPostfixUsageIsRecorded() |
void |
testQualifiedNameOccurrence() |
parseCode, parseCode, parseCode15
public static final String TEST1
public static final String TEST2
public static final String TEST3
public static final String TEST4
public static final String TEST5
public void testNameWithThisOrSuperIsNotFlaggedAsUnused()
public void testNameWithSuperIsNotFlaggedAsUnused()
public void testLocalVariableDeclarationFound()
public void testQualifiedNameOccurrence()
public void testPostfixUsageIsRecorded()
public void testLocalVariableTypesAreRecorded()
public void testMethodArgumentTypesAreRecorded()
public void testgetEnclosingMethodScope()
public static junit.framework.Test suite()
Copyright © 2002-2013 InfoEther. All Rights Reserved.