Skip to content

v0.0.4: Version 0.0.4

Choose a tag to compare

@ndemengel ndemengel released this 24 Feb 08:27
· 33 commits to master since this release
Same as v0.0.2 and v0.0.3, but fix plugin ID to replace existing MoreUnit4AppCode plugin.

Features:

- Works for all IntelliJ-based IDEs (AppCode, IDEA, PhpStorm, PyCharm, RubyMine, WebStorm, etc.)
- Jump form your production code to you test code, and vice-versa. To access the command:
    - From the main menu: "Navigate" > "Jump to Test" or "Jump to Test Subject".
    - From the contextual menu: "Go To" > "Jump to Test" or "Jump to Test Subject".
    - From the "Find Action..." pop-up window: "Jump to Test / Test Subject".
    - (It is advised to assign it a binding!)
- Should several candidates be found, a list is displayed for selection.
- Supported naming patterns:
    - lower/upper CamelCase or word separated with hyphens, underscores or even spaces
    - "test", "spec" or "should" suffixes (case insensitive, except for CamelCase style)
    - "test" or "spec" prefixes (case insensitive, except for CamelCase style)
- Writing tests for your Java code in Scala? Your test code does not have to be written in the same
  language as you production code!