public class TestMacroSemanticAnalyzer
extends java.lang.Object
Constructor and Description |
---|
TestMacroSemanticAnalyzer() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testCannotUseReservedWordAsName() |
void |
testDropMacro() |
void |
testDropMacroDoesNotExist() |
void |
testDropMacroExistsDoNotIgnoreErrors() |
void |
testDropMacroNonExistent() |
void |
testDropMacroNonExistentWithIfExists() |
void |
testDropMacroNonExistentWithIfExistsDoNotIgnoreNonExistent() |
void |
testNoBody() |
void |
testOneInputParamters() |
void |
testOneUnusedParameterName() |
void |
testThreeDuplicateParameters() |
void |
testThreeInputParamters() |
void |
testTwoDuplicateParameterNames() |
void |
testTwoInputParamters() |
void |
testTwoUnusedParameterNames() |
void |
testUnknownInputParameter() |
void |
testZeroInputParamters() |
public void setup() throws java.lang.Exception
java.lang.Exception
public void testDropMacroDoesNotExist() throws java.lang.Exception
java.lang.Exception
public void testDropMacroExistsDoNotIgnoreErrors() throws java.lang.Exception
java.lang.Exception
public void testDropMacro() throws java.lang.Exception
java.lang.Exception
public void testDropMacroNonExistent() throws java.lang.Exception
java.lang.Exception
public void testDropMacroNonExistentWithIfExists() throws java.lang.Exception
java.lang.Exception
public void testDropMacroNonExistentWithIfExistsDoNotIgnoreNonExistent() throws java.lang.Exception
java.lang.Exception
public void testZeroInputParamters() throws java.lang.Exception
java.lang.Exception
public void testOneInputParamters() throws java.lang.Exception
java.lang.Exception
public void testTwoInputParamters() throws java.lang.Exception
java.lang.Exception
public void testThreeInputParamters() throws java.lang.Exception
java.lang.Exception
public void testCannotUseReservedWordAsName() throws java.lang.Exception
java.lang.Exception
public void testNoBody() throws java.lang.Exception
java.lang.Exception
public void testUnknownInputParameter() throws java.lang.Exception
java.lang.Exception
public void testOneUnusedParameterName() throws java.lang.Exception
java.lang.Exception
public void testTwoUnusedParameterNames() throws java.lang.Exception
java.lang.Exception
public void testTwoDuplicateParameterNames() throws java.lang.Exception
java.lang.Exception
public void testThreeDuplicateParameters() throws java.lang.Exception
java.lang.Exception
Copyright © 2012 The Apache Software Foundation