1 | void testConditionTask() {↵ | | 1 | void testXmlnsFile() {↵
|
2 | expectLogContaining("condition.task", "My Condition execution");↵ | | 2 | expectLog("xmlns.file", "MyTask called");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testConditionConditionType() {↵ | | 4 | public void testCore() {↵
|
5 | expectLogContaining("condition.condition.type", "My Condition eval");↵ | | 5 | expectLog("core", "MyTask called");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testConditionConditionTask() {↵ | | 7 | public void testExcluded() {↵
|
8 | expectBuildExceptionContaining(↵ | | 8 | expectBuildExceptionContaining(↵
|
9 | "condition.condition.task", "task masking condition",↵ | | 9 | "↵
|
10 | "doesn't support the nest↵ | | 10 | excluded", "excluded uri",↵
|
11 | ed");↵ | | 11 | "Attempt to use a reserved URI ant:notallowed");↵
|
12 | } | | 12 | }
|