forked from finos/legend-engine
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add batch 2 of compiled state integrity tests
- Loading branch information
1 parent
e33650e
commit 9c67d2a
Showing
45 changed files
with
984 additions
and
19 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
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
35 changes: 35 additions & 0 deletions
35
...rc/test/java/org/finos/legend/pure/code/core/TestCoreDataSpaceCompiledStateIntegrity.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,35 @@ | ||
// Copyright 2025 Goldman Sachs | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package org.finos.legend.pure.code.core; | ||
|
||
import org.finos.legend.pure.m3.tests.AbstractCompiledStateIntegrityTest; | ||
import org.junit.BeforeClass; | ||
import org.junit.Test; | ||
|
||
public class TestCoreDataSpaceCompiledStateIntegrity extends AbstractCompiledStateIntegrityTest | ||
{ | ||
@BeforeClass | ||
public static void initialize() | ||
{ | ||
initialize("core_data_space"); | ||
} | ||
|
||
@Test(expected = AssertionError.class) | ||
@Override | ||
public void testReferenceUsages() | ||
{ | ||
super.testReferenceUsages(); | ||
} | ||
} |
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
35 changes: 35 additions & 0 deletions
35
.../test/java/org/finos/legend/pure/code/core/TestCoreDataQualityCompiledStateIntegrity.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,35 @@ | ||
// Copyright 2025 Goldman Sachs | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package org.finos.legend.pure.code.core; | ||
|
||
import org.finos.legend.pure.m3.tests.AbstractCompiledStateIntegrityTest; | ||
import org.junit.BeforeClass; | ||
import org.junit.Test; | ||
|
||
public class TestCoreDataQualityCompiledStateIntegrity extends AbstractCompiledStateIntegrityTest | ||
{ | ||
@BeforeClass | ||
public static void initialize() | ||
{ | ||
initialize("core_dataquality"); | ||
} | ||
|
||
@Test(expected = AssertionError.class) | ||
@Override | ||
public void testReferenceUsages() | ||
{ | ||
super.testReferenceUsages(); | ||
} | ||
} |
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
35 changes: 35 additions & 0 deletions
35
...org/finos/legend/pure/code/core/TestCoreElasticsearchSevenMetamodelCompiledIntegrity.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,35 @@ | ||
// Copyright 2025 Goldman Sachs | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package org.finos.legend.pure.code.core; | ||
|
||
import org.finos.legend.pure.m3.tests.AbstractCompiledStateIntegrityTest; | ||
import org.junit.BeforeClass; | ||
import org.junit.Test; | ||
|
||
public class TestCoreElasticsearchSevenMetamodelCompiledIntegrity extends AbstractCompiledStateIntegrityTest | ||
{ | ||
@BeforeClass | ||
public static void initialize() | ||
{ | ||
initialize("core_elasticsearch_seven_metamodel"); | ||
} | ||
|
||
@Test(expected = AssertionError.class) | ||
@Override | ||
public void testReferenceUsages() | ||
{ | ||
super.testReferenceUsages(); | ||
} | ||
} |
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
35 changes: 35 additions & 0 deletions
35
...end/pure/code/core/TestCoreElasticsearchSpecificationMetamodelCompiledStateIntegrity.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,35 @@ | ||
// Copyright 2025 Goldman Sachs | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package org.finos.legend.pure.code.core; | ||
|
||
import org.finos.legend.pure.m3.tests.AbstractCompiledStateIntegrityTest; | ||
import org.junit.BeforeClass; | ||
import org.junit.Test; | ||
|
||
public class TestCoreElasticsearchSpecificationMetamodelCompiledStateIntegrity extends AbstractCompiledStateIntegrityTest | ||
{ | ||
@BeforeClass | ||
public static void initialize() | ||
{ | ||
initialize("core_elasticsearch_specification_metamodel"); | ||
} | ||
|
||
@Test(expected = AssertionError.class) | ||
@Override | ||
public void testReferenceUsages() | ||
{ | ||
super.testReferenceUsages(); | ||
} | ||
} |
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
35 changes: 35 additions & 0 deletions
35
...re/code/core/TestCoreExternalFormatFlatdataJavaPlatformBindingCompiledStateIntegrity.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,35 @@ | ||
// Copyright 2025 Goldman Sachs | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package org.finos.legend.pure.code.core; | ||
|
||
import org.finos.legend.pure.m3.tests.AbstractCompiledStateIntegrityTest; | ||
import org.junit.BeforeClass; | ||
import org.junit.Test; | ||
|
||
public class TestCoreExternalFormatFlatdataJavaPlatformBindingCompiledStateIntegrity extends AbstractCompiledStateIntegrityTest | ||
{ | ||
@BeforeClass | ||
public static void initialize() | ||
{ | ||
initialize("core_external_format_flatdata_java_platform_binding"); | ||
} | ||
|
||
@Test(expected = AssertionError.class) | ||
@Override | ||
public void testReferenceUsages() | ||
{ | ||
super.testReferenceUsages(); | ||
} | ||
} |
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
Oops, something went wrong.