cz.cuni.amis.tests
Class BaseTest
java.lang.Object
cz.cuni.amis.tests.BaseTest
- Direct Known Subclasses:
- ConcurrencyTest
public class BaseTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_LINE
public static final String NEW_LINE
log
protected static Logger log
BaseTest
public BaseTest()
baseTestBeforeClass
public static void baseTestBeforeClass()
beforeTest
public void beforeTest()
afterTest
public void afterTest()
getLogLevel
protected Level getLogLevel()
assertTrue
protected void assertTrue(String msg,
boolean cnd)
assertFalse
protected void assertFalse(String msg,
boolean cnd)
assertFail
protected void assertFail(String msg)
log
protected void log(String msg)
testOk
protected void testOk()
testFailed
protected void testFailed()
isMac
public static boolean isMac()
isWindows
public static boolean isWindows()
isLinux
public static boolean isLinux()
is32Bit
public static boolean is32Bit()
is64Bit
public static boolean is64Bit()
testFailed
protected void testFailed(String msg)
process
public static String process(String message,
Throwable e)
process
public static String process(Throwable e)
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.