Adapted modules to gwt-lib/gwt-app lifecycle;
shared libs have been cleaned up from the GWT related stuff;
enabled launching Super DevMode with a reactor goal gwt:codeserver;
enabled launching Super DevMode inside a dev-machine (for Che in Che development);
separate compiling IDE GWT app from packaging IDE Web app.
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
* 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>
* 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>