-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test milestone repository and integrity test #893
base: master
Are you sure you want to change the base?
Add test milestone repository and integrity test #893
Conversation
@@ -0,0 +1,36 @@ | |||
// Copyright 2021 Goldman Sachs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright 2021 Goldman Sachs | |
// Copyright 2024 Goldman Sachs |
Class <<temporal.businesstemporal>> meta::test::milestoning::A | ||
{ | ||
a : String[1]; | ||
} | ||
|
||
Class <<temporal.processingtemporal>> meta::test::milestoning::B | ||
{ | ||
b : String[1]; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class <<temporal.businesstemporal>> meta::test::milestoning::A | |
{ | |
a : String[1]; | |
} | |
Class <<temporal.processingtemporal>> meta::test::milestoning::B | |
{ | |
b : String[1]; | |
} | |
Class <<temporal.businesstemporal>> meta::test::milestoning::A | |
{ | |
a : String[1]; | |
} | |
Class <<temporal.processingtemporal>> meta::test::milestoning::B | |
{ | |
b : String[1]; | |
} | |
Class <<temporal.businesstemporal>> meta::test::milestoning::FirmAccount extends meta::test::milestoning::Account | ||
{ | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also have a bitemporal class and a non-milestoned class, and connections between each type. Also, properties from associations.
Add test milestone repository and integrity test