aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/SystemUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_18Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_17Gary Gregory
2021-08-31Add SystemUtils.IS_JAVA_16.Gary Gregory
2021-05-25Use valueOf().Gary Gregory
2021-03-28Add test for SystemUtils.USER_NAME.Gary Gregory
2021-03-28Sort members.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-01-06[LANG-1512] Add IS_JAVA_14 and IS_JAVA_15 toGary Gregory
2019-12-31[LANG-1508] Add org.apache.commons.lang3.SystemUtils.getUserName().Gary Gregory
2019-04-05LANG-1443: Add more SystemUtils.IS_JAVA_XX variants (#415)Benedikt Ritter
2018-12-20LANG-1427: Add SystemUtils.isJavaVersionAtMost(JavaVersion)pascalschumacher
2018-12-10[LANG-1427] Add APIGary Gregory
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-08-23LANG-1415: Update Java Language requirement to 1.8Benedikt Ritter
2018-04-20[LANG-1393] Add API SystemUtils.String getEnvironmentVariable(finalGary Gregory
2018-03-29Update test for Java 11 EA.Gary Gregory
2018-03-08LANG-1384: Version "11" is available.Gilles Sadowski
2017-11-03[LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10,Gary Gregory
2017-11-03Pft! Fix typo.Gary Gregory
2017-10-20Use final.Gary Gregory
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-12-14[LANG-1297] SystemUtils.getHostName() API. Get test passing on Jenkins.Gary Gregory
2016-12-14[LANG-1297] SystemUtils.getHostName() API.Gary Gregory
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-28LANG-1279: Update Java requirement from Java 6 to 7pascalschumacher
2016-09-25SystemUtilsTest: remove code run only on java 1.5 and belowpascalschumacher
2016-09-25Add test for SystemUtils.isJavaVersionAtLeast to make sure it works with Java...Benedikt Ritter
2016-09-25Fix test for IS_JAVA_XX constants.Benedikt Ritter
2016-09-15LANG-1197: Prepare Java 9 detectionpascalschumacher
2016-03-12[LANG-1146] z/OS identification in SystemUtils. Simplest implementation.ggregory
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-03-28Change test back to printing to std out, since continuum seems to be running ...Benedikt Ritter
2015-03-28LANG-1103: Add SystemUtils.IS_JAVA_1_9Benedikt Ritter
2015-03-28LANG-1102: Make logic for comparing OS versions in SystemUtils smarterBenedikt Ritter
2015-03-28This test should fail instead of writing to std out so that we can add missin...Benedikt Ritter
2014-03-21<action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lan...Gary D. Gregory
2013-01-23JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.Gary D. Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-10-09Add test for FreeBSDSebastian Bazley
2012-10-09Show what we could not testSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-07-10Convert to Java 5 enhanced loops. Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-01-30Removed isJavaVersionAtLeast(float) and (int), and added an enum variant with...Henri Yandell
2010-05-28(LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsExc...Gary D. Gregory