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
3ad5996
commit 25f5c5a
Showing
13 changed files
with
165 additions
and
8 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
12 changes: 12 additions & 0 deletions
12
...a/org/finos/legend/sdlc/test/junit/junit4/model/domain/TestFunctionTest__String_0_1_.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.domain; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractTestableTest; | ||
|
||
public class TestFunctionTest__String_0_1_ extends AbstractTestableTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::domain::FunctionTest__String_$0_1$_"; | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...n/src/test/resources/test-entities/entities/model/domain/FunctionTest__String_$0_1$_.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,22 @@ | ||
{ | ||
"classifierPath" : "meta::pure::metamodel::function::ConcreteFunctionDefinition", | ||
"content" : { | ||
"_type" : "function", | ||
"body" : [ { | ||
"_type" : "string", | ||
"value" : "" | ||
} ], | ||
"name" : "FunctionTest__String_$0_1$_", | ||
"package" : "model::domain", | ||
"parameters" : [ ], | ||
"postConstraints" : [ ], | ||
"preConstraints" : [ ], | ||
"returnMultiplicity" : { | ||
"lowerBound" : 0, | ||
"upperBound" : 1 | ||
}, | ||
"returnType" : "String", | ||
"stereotypes" : [ ], | ||
"taggedValues" : [ ] | ||
} | ||
} |
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
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
22 changes: 22 additions & 0 deletions
22
...test-generation/src/test/resources/entities/model/domain/FunctionTest__String_$0_1$_.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,22 @@ | ||
{ | ||
"classifierPath" : "meta::pure::metamodel::function::ConcreteFunctionDefinition", | ||
"content" : { | ||
"_type" : "function", | ||
"body" : [ { | ||
"_type" : "string", | ||
"value" : "" | ||
} ], | ||
"name" : "FunctionTest__String_$0_1$_", | ||
"package" : "model::domain", | ||
"parameters" : [ ], | ||
"postConstraints" : [ ], | ||
"preConstraints" : [ ], | ||
"returnMultiplicity" : { | ||
"lowerBound" : 0, | ||
"upperBound" : 1 | ||
}, | ||
"returnType" : "String", | ||
"stereotypes" : [ ], | ||
"taggedValues" : [ ] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...eration/src/test/resources/generated/java/model/domain/TestFunctionTest__String_0_1_.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.domain; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractTestableTest; | ||
|
||
public class TestFunctionTest__String_0_1_ extends AbstractTestableTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::domain::FunctionTest__String_$0_1$_"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...a/org/finos/legend/sdlc/test/junit/junit4/model/domain/TestFunctionTest__String_0_1_.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.domain; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractTestableTest; | ||
|
||
public class TestFunctionTest__String_0_1_ extends AbstractTestableTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::domain::FunctionTest__String_$0_1$_"; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...t/resources/generated/java/other/test/pkg/model/domain/TestFunctionTest__String_0_1_.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.domain; | ||
|
||
import org.finos.legend.sdlc.test.junit.pure.v1.AbstractTestableTest; | ||
|
||
public class TestFunctionTest__String_0_1_ extends AbstractTestableTest | ||
{ | ||
@Override | ||
protected String getEntityPath() | ||
{ | ||
return "model::domain::FunctionTest__String_$0_1$_"; | ||
} | ||
} |
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