|
|
@@ -98,7 +98,8 @@ public final class RuntimeUtils {
|
|
|
|
|
|
public static boolean isWindows() {
|
|
|
// @todo (assira #0) RuntimeUtils: detect operating system
|
|
|
- http://stackoverflow.com/questions/14288185/detecting-windows-or-linux
|
|
|
+ // http://stackoverflow.com/questions/14288185/detecting-windows-or-linux
|
|
|
+ // http://www.codeaffine.com/2013/11/18/a-junit-rule-to-conditionally-ignore-tests/
|
|
|
return StringUtils.trim(System.getProperty("os.name")).toLowerCase(Locale.ROOT).startsWith("windows");
|
|
|
}
|
|
|
|