Class HybrisJUnitUtility
- java.lang.Object
-
- de.hybris.platform.core.threadregistry.HybrisJUnitUtility
-
public final class HybrisJUnitUtility extends java.lang.ObjectUtility to enable registering main threads for JUnit.Methods from this classes should only be used in JUnit tests!
-
-
Constructor Summary
Constructors Constructor Description HybrisJUnitUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterJUnitMainThread()IMPORTANT: This method is executed via reflection in de.hybris.ant.taskdefs.yunit.JUnitTestRunner.run()
-