public class ExpressionVisitorTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExpressionVisitorTest.ComparisonExprTests |
Constructor and Description |
---|
ExpressionVisitorTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testGetterResolution() |
void |
testIdentifier() |
void |
testInheritedFieldResolution() |
void |
testMethodCall() |
void |
testMethodCallWithArgs() |
void |
testSimpleFieldAccess() |
void |
testSymbol() |
void |
testTernary() |
public void testSymbol()
public void testSimpleFieldAccess()
public void testIdentifier()
public void testTernary()
public void testInheritedFieldResolution()
public void testGetterResolution()
public void testMethodCall()
public void testMethodCallWithArgs()