Open
Description
Description
Display all classes in the members list when action is called on a JS-file
To Reproduce
- Install the latest IU plugin built from unit-test-bot/rc3102023 branch in IntelliJ Idea Ultimate 2022.2.4 - take
utbot-intellij-IU-2023.3.*
artefact - Create a JavaScript project with sample code
- Copy samples folder from
utbot-js
module and paste it into this project - Right-click on
samples/scenarioMultyClassNoTopLevel.js
in Project view and click on Generate Tests with UnitTestBot... - Check Member list on dialog
Expected behavior
Two classes should be in the list.
Actual behavior
Two functions from the first class are listed.
Visual proofs (screenshots, logs, images)
Environment
IntelliJ IDEA Ultimate 2022.2.4
Node.js 18.14.2
Additional context
This is how it is mode in UnitTestBot test generation for Java.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo