Resolve path bindings through single-arg string helper methods.

Enum.valueOf(normalize(event)) now expands when normalize trivially forwards its parameter; add expander regression test and assert flow highlight helper in enterprise HTML export.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-14 17:46:09 +02:00
parent 5348dafb69
commit 8ef6e5ef8f
3 changed files with 122 additions and 7 deletions

View File

@@ -45,6 +45,7 @@ class EnterpriseDedicatedEndpointHtmlTest {
assertThat(html).contains("function highlightFlow(flow)");
assertThat(html).contains("\"source\" : \"click.kamil.enterprise.machines.order.OrderState.NEW\"");
assertThat(html).contains("\"source\" : \"click.kamil.enterprise.machines.order.OrderState.PENDING\"");
assertThat(html).contains("function highlightEvents(steps)");
}
private static Path findOrderMachineHtml(Path outputDir) throws Exception {