* Initial support for PHPUnit testing.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Added improvements for exceptions handling and presentation model.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Improved test results presentation model and tests execution rules.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Small fixup after merge with master.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Added combined printer file that conforms different PHPUnit versions.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Fixed possible NPE issue while opening PHPUnit test case source file.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Bump up PHPUnit plug-ins version to 5.12.0.
* Small fixup after merge with master.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Format code to be in line with Che code conventions.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Small fix, add debugId
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
Detail:
Fix NPE in case if user open context menu in the jar nodes in the ProjectExplorer.
Fix NPE when user click to RUN menu in the main toolbar in the workspace without projects.
Fix NPE when user launch step into action in the java debugger which should open java files from some jar.
Clean up unused injections and imports.
Main goal of this pull request: fix NPE and nothing to break :)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
* Show all tests in the result view, but allow filtering successful tests
* Fix various navigation bugs from test view to source code
* Remove the invalid command preview added by default
* Fix https://issues.jboss.org/browse/CHE-149
Some Java Editor action were added in the explorer context menu, which
led to strange behaviors.
* Correctly propagate sevrer errors to the client status notifications
* Change contextual test menu to `Run Test`
Fixes [CHE-157](https://issues.jboss.org/browse/CHE-157)
* Compilation error after the *Intelligent Commands* changes
Signed-off-by: David Festal <dfestal@redhat.com>