cedar-policy / cedar-java

Java bindings for the Cedar language
https://www.cedarpolicy.com
Apache License 2.0
42 stars 19 forks source link

actually run junit tests #112

Closed andrewmwells-amazon closed 7 months ago

andrewmwells-amazon commented 7 months ago

Issue #, if available:

Description of changes: The junit tests weren't being run because we were missing testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

Also enable partial-eval in CedarJavaFFI so those tests pass.