1 | void testExcluded() {↵ | | 1 | void testRunAdapterError() {↵
|
2 | expectBuildExceptionContaining(↵ | | 2 | expectBuildExceptionContaining(↵
|
3 | "excluded", "excluded uri",↵ | | 3 | "↵
|
4 | "Attempt to use a reserved URI ant:notallowed");↵ | | 4 | runadaptererror", "xx", "No public run() method in");↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public void testOther() {↵ | | 6 | public void testDelay() {↵
|
7 | expectLog("other", "a message");↵ | | 7 | expectLogContaining("delay", "MyTask called");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testNsAttributes() {↵ | | 9 | public void testOnErrorReport() {↵
|
10 | expectLog("ns.attributes", "hello worl↵ | | 10 | expectLogContaining("onerror.report",↵
|
11 | d");↵ | | 11 | "MyTaskNotPresent cannot be found");↵
|
12 | | | 12 |
|