generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25f5c5a
commit f1bc6b9
Showing
10 changed files
with
111 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
legend-sdlc-test-generation/src/test/resources/entities/model/mapping/_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"classifierPath": "meta::pure::mapping::Mapping", | ||
"content": { | ||
"package": "model::mapping", | ||
"_type": "mapping", | ||
"name": "_", | ||
"classMappings": [], | ||
"tests": [] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
legend-sdlc-test-generation/src/test/resources/entities/model/mapping/public.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"classifierPath": "meta::pure::mapping::Mapping", | ||
"content": { | ||
"package": "model::mapping", | ||
"_type": "mapping", | ||
"name": "public", | ||
"classMappings": [], | ||
"tests": [] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
legend-sdlc-test-generation/src/test/resources/generated/java/model/mapping/Test__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
amend package model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test__ extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::_"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
legend-sdlc-test-generation/src/test/resources/generated/java/model/mapping/Test_public.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test_public extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::public"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...esources/generated/java/org/finos/legend/sdlc/test/junit/junit4/model/mapping/Test__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.finos.legend.sdlc.test.junit.junit4.model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test__ extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::_"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ces/generated/java/org/finos/legend/sdlc/test/junit/junit4/model/mapping/Test_public.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.finos.legend.sdlc.test.junit.junit4.model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test_public extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::public"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...est-generation/src/test/resources/generated/java/other/test/pkg/model/mapping/Test__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package other.test.pkg.model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test__ extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::_"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...eneration/src/test/resources/generated/java/other/test/pkg/model/mapping/Test_public.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package other.test.pkg.model.mapping; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractMappingTest; | ||
|
||
public class Test_public extends AbstractMappingTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::mapping::public"; | ||
} | ||
} |