1 | void testNoEmptySchemaNamespace() throws Exception {↵ | | 1 | void testNoAlias() {↵
|
2 | expectBuildExceptionContaining("testNoEmptySchemaNamespace",↵ | | 2 | expectBuildExceptionContaining("testNo↵
|
3 | "empty namespace URI",SchemaValidate.SchemaLocation↵ | | 3 | Alias",↵
|
| | | 4 | "no alias",↵
|
4 | .ERROR_NO_URI);↵ | | 5 | SignJar.ERROR_NO_ALIAS);↵
|
5 | }↵ | | 6 | }↵
|
|
6 | public void testNoEmptySchemaLocation() throws Exception {↵ | | 7 | public void testNoFiles() {↵
|
7 | expectBuildExceptionContaining("testNoEmptySchemaLocation",↵ | | 8 | expectBuildExceptionContaining("testNoFiles",↵
|
8 | "empty schema location",↵ | | 9 | "↵
|
9 | SchemaValidate.SchemaLocation↵ | | 10 | no files",↵
|
10 | .ERROR_NO_LOCATION);↵ | | 11 | SignJar.ERROR_NO_SOURCE);↵
|
11 | }↵ | | 12 | }↵
|
|
12 | public void testNoFile() throws Exception {↵ | | 13 | public void testNoStorePass() {↵
|
13 | expectBuildExceptionContaining("testNoFile",↵ | | 14 | expectBuildExceptionContaining("testNoStorePass",↵
|
14 | "no file at file attribute",↵ | | 15 | "no ↵
|
15 | SchemaValidate.SchemaLocation↵ | | 16 | password",↵
|
16 | .ERROR_NO_FILE);↵ | | 17 | SignJar.ERROR_NO_STOREPASS);↵
|
17 | } | | 18 | }
|