aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils/command
Commit message (Expand)AuthorAgeFilesLines
* Enable CommandExecutor testsJulien HENRY2015-05-281-7/+4
* Disable two failing testsJulien HENRY2015-05-271-0/+3
* Add test for CommandExecutor timeout with new shellJulien HENRY2015-05-271-4/+14
* Replace fest-assert by assertJSimon Brandhof2015-01-102-2/+2
* SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-021-1/+13
* Try to improve stability of CommandExecutorTestSimon Brandhof2014-09-251-4/+4
* Fix stability of CommandExecutorTestSimon Brandhof2014-07-091-7/+2
* Fix some quality flawsSimon Brandhof2014-07-011-25/+24
* Improve CommandExecutorTestSimon Brandhof2014-06-271-1/+1
* Disable a test in CommandExecutorTest on MSWindows because of false-positivesSimon Brandhof2014-06-201-0/+4
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+1
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+6
* SONAR-5234 new org.sonar.api.utils.command.TimeoutExceptionSimon Brandhof2014-04-251-4/+4
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-211-1/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-112-2/+2
* New class System2 to increase testability of classes that call low-level syst...Simon Brandhof2013-12-172-16/+30
* Update copyright headersSimon Brandhof2013-04-222-8/+8
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-212-6/+6
* Fix test on MSWindowsSimon Brandhof2012-10-101-1/+1
* Fix some quality flawsSimon Brandhof2012-10-101-1/+1
* SONAR-3698 Improve documentation, code coverage and add a salt of GuavaDavid Gageot2012-07-261-3/+11
* SONAR-3698 API : ability to execute scripts without enough permissionsSimon Brandhof2012-07-251-6/+20
* Command env variables are initialized with System.getenv()Simon Brandhof2012-07-111-11/+39
* Minor improvements on org.sonar.api.utils.commandSimon Brandhof2012-07-101-2/+2
* SONAR-3626 CommandExecutor: should be possible to specify environment variablesEvgeny Mandrikov2012-07-061-33/+25
* SONAR-3318 Allow to capture stdout and stderr using CommandExecutorEvgeny Mandrikov2012-04-041-10/+84
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-141-1/+0
* Update copyright header for this new yearSimon Brandhof2012-01-102-2/+2
* Cleanup temp files generated by CommandExecutorTest.javaSimon Brandhof2011-07-071-0/+3
* SONAR-2574 API: configure the working directory used by org.sonar.api.utils.c...Simon Brandhof2011-07-052-6/+36
* Fix CommandExecutorTest.java test on Windowssimonbrandhof2011-05-101-1/+3
* Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxessimonbrandhof2011-05-061-1/+0
* Increase timeout of CommandExecutorTest for slow boxessimonbrandhof2011-04-281-2/+2
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-132-0/+118