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.Exceptionpublic void testDropMacroDoesNotExist()
throws java.lang.Exception
java.lang.Exceptionpublic void testDropMacroExistsDoNotIgnoreErrors()
throws java.lang.Exception
java.lang.Exceptionpublic void testDropMacro()
throws java.lang.Exception
java.lang.Exceptionpublic void testDropMacroNonExistent()
throws java.lang.Exception
java.lang.Exceptionpublic void testDropMacroNonExistentWithIfExists()
throws java.lang.Exception
java.lang.Exceptionpublic void testDropMacroNonExistentWithIfExistsDoNotIgnoreNonExistent()
throws java.lang.Exception
java.lang.Exceptionpublic void testZeroInputParamters()
throws java.lang.Exception
java.lang.Exceptionpublic void testOneInputParamters()
throws java.lang.Exception
java.lang.Exceptionpublic void testTwoInputParamters()
throws java.lang.Exception
java.lang.Exceptionpublic void testThreeInputParamters()
throws java.lang.Exception
java.lang.Exceptionpublic void testCannotUseReservedWordAsName()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoBody()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnknownInputParameter()
throws java.lang.Exception
java.lang.Exceptionpublic void testOneUnusedParameterName()
throws java.lang.Exception
java.lang.Exceptionpublic void testTwoUnusedParameterNames()
throws java.lang.Exception
java.lang.Exceptionpublic void testTwoDuplicateParameterNames()
throws java.lang.Exception
java.lang.Exceptionpublic void testThreeDuplicateParameters()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2012 The Apache Software Foundation