Class OsUtilsTest
java.lang.Object
test.de.iip_ecosphere.platform.support.OsUtilsTest
Tests
OsUtils.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestOs()Tests the Windows, Linux, Unix, Mac methods.voidTestsOsUtils.getPropertyOrEnv(String, String),OsUtils.getPropertyOrEnv(String)and implicitlyOsUtils.getEnv(String).voidTestsOsUtilsmethods.
-
Constructor Details
-
OsUtilsTest
public OsUtilsTest()
-
-
Method Details
-
testValues
public void testValues()TestsOsUtilsmethods. -
testSystemPropertyOrEnv
public void testSystemPropertyOrEnv()TestsOsUtils.getPropertyOrEnv(String, String),OsUtils.getPropertyOrEnv(String)and implicitlyOsUtils.getEnv(String). -
testOs
public void testOs()Tests the Windows, Linux, Unix, Mac methods.
-