1 | void testNoTrimStringCondition() {↵ | | 1 | void testSlower() {↵
|
2 | executeTarget("testNoTrimStringCondition");↵ | | 2 | executeTarget("slower");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testStringFile() {↵ | | 4 | public void testTooSlow() {↵
|
5 | expectBuildExceptionContaining("testStringFile",↵ | | 5 | expectBuildExceptionContaining(↵
|
6 | "should fail", "incompatible↵ | | |
|
7 | ");↵ | | 6 | "too_slow","out of range","out of the range 1-10");↵
|
8 | }↵ | | 7 | }↵
|
|
9 | public void testTrimFile() {↵ | | 8 | public void testTooFast() {↵
|
10 | expectBuildExceptionContaining("testTrimFile",↵ | | 9 | expectBuildExceptionContaining(↵
|
11 | "should fail", "string length function only↵ | | |
|
12 | ");↵ | | 10 | "too_fast", "out of range", "out of the range 1-10");↵
|
13 | | | 11 |
|