1 | void testDefaultTest() {↵ | | |
|
2 | expectLog("defaulttest", "attribute is false");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testDoubleDefault() {↵ | | 1 | void testDoubleDefault() {↵
|
5 | expectLog("doubledefault", "attribute is falseattribute is true");↵ | | 2 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
6 | }↵ | | 3 | }↵
|
|
7 | public void testTextOptional() {↵ | | 4 | public void testTextOptional() {↵
|
8 | expectLog("text.optional", "MyTextoverride text");↵ | | 5 | expectLog("text.optional", "MyTextoverride text");↵
|
9 | }↵ | | 6 | }↵
|
|
10 | public void testElementOrder() {↵ | | 7 | public void testElementOrder() {↵
|
11 | expectLog("element.order", "Line 1Line 2");↵ | | 8 | expectLog("element.order", "Line 1Line 2");↵
|
12 | | | 9 | }↵
|
|
| | | 10 | public void testElementOrder2() {↵
|
| | | 11 | expectLog("element.order2", "Line 1Line 2Line 3");↵
|
| | | 12 |
|