Skip to content

Migrate order and product Jupiter integration tests from Java to Groovy - #1628

Merged
ashishvijaywargiya merged 1 commit into
apache:trunkfrom
ashishvijaywargiya:junit5-from-java-to-groovy
Aug 11, 2026
Merged

Migrate order and product Jupiter integration tests from Java to Groovy#1628
ashishvijaywargiya merged 1 commit into
apache:trunkfrom
ashishvijaywargiya:junit5-from-java-to-groovy

Conversation

@ashishvijaywargiya

Copy link
Copy Markdown
Contributor

Ports FinAccountTest, OrderTest, PurchaseOrderTest, and SalesOrderTest under applications/order, plus StockMovesTest, InventoryItemTransferTest, and IssuanceTest under applications/product, from Java to Groovy. Class names, package structure, and testdef case names are unchanged, so no testdef XML updates were needed.

Follows the Groovy conventions already used elsewhere in these modules: JupiterTestHelper property access for dispatcher/delegator/userLogin, map literals instead of UtilMisc.toMap, and plain assert statements instead of JUnit Assertions.

Ports FinAccountTest, OrderTest, PurchaseOrderTest, and SalesOrderTest
under applications/order, plus StockMovesTest, InventoryItemTransferTest,
and IssuanceTest under applications/product, from Java to Groovy. Class
names, package structure, and testdef case names are unchanged, so no
testdef XML updates were needed.

Follows the Groovy conventions already used elsewhere in these modules:
JupiterTestHelper property access for dispatcher/delegator/userLogin, map
literals instead of UtilMisc.toMap, and plain assert statements instead
of JUnit Assertions.
@ashishvijaywargiya
ashishvijaywargiya merged commit 2ddf03a into apache:trunk Aug 11, 2026
7 checks passed
@ashishvijaywargiya
ashishvijaywargiya deleted the junit5-from-java-to-groovy branch August 11, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant