Skip to content

Commit

Permalink
Add basic execution test
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Nov 22, 2024
1 parent 2927b35 commit f95eb99
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ function <<test.Test>> meta::pure::test::model::TestBiTemporalClass():Any[*]
assertEquals(3, $qpFromAssociations->at(5)->genericType().typeArguments->at(0).rawType->toOne()->cast(@FunctionType).parameters->size());
}

function <<test.Test>> meta::pure::test::model::TestMilestoning():Boolean[1]
{
let instances = ^meta::pure::test::model::ClassWithMilestoning1(businessDate = %2020-01-01);
let result1 = meta::pure::test::model::ClassWithMilestoning1.all(%2020-01-01);
assertEquals(1, $result1->size());
}




Expand Down

0 comments on commit f95eb99

Please sign in to comment.