mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8155774: move code from ModuleTestBase to toolbox
Reviewed-by: ksrini, jlahoda
This commit is contained in:
parent
5950e361a2
commit
325a065aff
43 changed files with 455 additions and 385 deletions
|
@ -47,7 +47,7 @@ public class MOptionTest extends ModuleTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testOneModule(Path base) throws Exception {
|
||||
public void testOneModule(Path base) throws Exception {
|
||||
Path src = base.resolve("src");
|
||||
Path m1 = src.resolve("m1");
|
||||
Path build = base.resolve("build");
|
||||
|
@ -112,7 +112,7 @@ public class MOptionTest extends ModuleTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testNoOutputDir(Path base) throws Exception {
|
||||
public void testNoOutputDir(Path base) throws Exception {
|
||||
Path src = base.resolve("src");
|
||||
Path m1 = src.resolve("m1");
|
||||
Path build = base.resolve("build");
|
||||
|
@ -135,7 +135,7 @@ public class MOptionTest extends ModuleTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testNoModuleSourcePath(Path base) throws Exception {
|
||||
public void testNoModuleSourcePath(Path base) throws Exception {
|
||||
Path src = base.resolve("src");
|
||||
Path m1 = src.resolve("m1");
|
||||
Path build = base.resolve("build");
|
||||
|
@ -158,7 +158,7 @@ public class MOptionTest extends ModuleTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testMultiModule(Path base) throws Exception {
|
||||
public void testMultiModule(Path base) throws Exception {
|
||||
Path src = base.resolve("src");
|
||||
Path m1 = src.resolve("m1");
|
||||
Path m2 = src.resolve("m2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue