public class OsCompat extends Object
Methods for fixing OS-specific behavior in the tests.
| Constructor and Description |
|---|
OsCompat() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWin()
Returns true if this test is running on windows.
|
static String |
winToUnix(String input)
Returns a string in which all windows newlines have been replaced with unix newlines.
|