aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils/command/CommandExecutorTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-153/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* [NO-JIRA] Fix Validate Task Belen Pruvost2021-11-251-5/+6
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-12/+11
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* fix code smellsPierre2020-12-141-2/+2
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-121-22/+9
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* 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-101-1/+1
* 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-111-1/+1
* New class System2 to increase testability of classes that call low-level syst...Simon Brandhof2013-12-171-1/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Fix test on MSWindowsSimon Brandhof2012-10-101-1/+1
* 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
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* 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-051-6/+22
* 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-131-0/+70