You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
39: Added code folding for iterate()....().actions() call chains in Groovy test files to collapse them into Groovy-style code.
39: Added Groovy DSL support for eligible inspections, line markers and references.
44: Disabled the execution of many features (inspections, line markers, etc.) in projects that don't use Citrus.
32: Added an action into the editor Generate menu to generate @CitrusSpringXmlTestFactory methods in Citrus JUnit 5 test classes.
32: Added an inspection to validate @CitrusSpringXmlTestFactory annotated test methods from various aspects.
32: Added inspections to validate the combined usage of @CitrusSpringXmlTestFactory and non-Spring-XML test creation with CitrusTestFactorySupport, as well as to report various issues on calls on CitrusTestFactorySupport.
32: Added a line marker to calls on CitrusTestFactorySupport, so that users can navigate to the test source files and directories referenced by those calls.
Changed
Improved Groovy expression evaluation logic, so that variable values are now also evaluated e.g. during container folding.
Fixed
Fixed a couple of 'Slow operations are prohibited on EDT' exceptions.