MeAmAnUsername / pie

Pipelines for Interactive Environments
Apache License 2.0
0 stars 0 forks source link

Write e2e tests for methods #261

Closed MeAmAnUsername closed 2 years ago

MeAmAnUsername commented 2 years ago

Summary Write e2e tests for calling methods on foreign Java data types (data ... = foreign java ... { func ... })

Todo

Reason Code generation for calling foreign methods is currently completely untested. It should be tested to prevent regressions and to add confidence when changing the code generation

Implementation Create a directory lang/lang.test/src/test/java/mb/pie/lang/test/call/foreignMethod to implement the tests

Related issues

MeAmAnUsername commented 2 years ago

Implemented in pie-dsl-issue-24-generics-statix, will be merged with #24