| Constructor and Description |
|---|
TestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearAllStaticFieldsForUnitTest()
THIS IS FOR UNIT TESTS ONLY - DO NOT CALL THIS METHOD FROM USER CODE
When we run the unit tests in cobertura, JUnit doesn't seem to clean up static fields which leads to
tons of memory being used by the end and the JVM crashes in Travis.
|
static void |
randomizeLocale()
Set some system properties randomly after each test..
|
public TestUtil()
public static void clearAllStaticFieldsForUnitTest()
public static void randomizeLocale()
Copyright © 2014–2017 University Health Network. All rights reserved.