Skip to content

Commit 52e0e49

Browse files
Added test report generation docs
1 parent d5f0525 commit 52e0e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development/Codebase Layout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The codebase of the plugin is structured the following way:
1313
- `mapper`: MapStruct-based mappers and resolvers for POJO-to-Descriptor Mappings (*contains main logic of the plugin*)
1414
- `model`: POJOs that model the JSON output of the [LCE tool](https://jqassistant-plugin.github.io/jqassistant-lce-docs/architecture/LCE-Tool)
1515
- `src/test/`: integration tests for the [jQA-Plugin](https://jqassistant-plugin.github.io/jqassistant-lce-docs/architecture/jQAssistant-Plugin)
16+
- use the `regenerate-test-data.sh` under `src/test/resources` to generate test reports with the current TypeScript LCE implementation
1617
- `typescript/`: contains the implementation and tests for the TypeScript [LCE tool](https://jqassistant-plugin.github.io/jqassistant-lce-docs/architecture/LCE-Tool)
1718
- `src/`: implementation of the [LCE tool](https://jqassistant-plugin.github.io/jqassistant-lce-docs/architecture/LCE-Tool)
1819
- `core/`: code for the [LCE framework](https://jqassistant-plugin.github.io/jqassistant-lce-docs/) and all core language features

0 commit comments

Comments
 (0)