Class HybrisJUnitUtility


  • public final class HybrisJUnitUtility
    extends java.lang.Object
    Utility to enable registering main threads for JUnit.

    Methods from this classes should only be used in JUnit tests!

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void registerJUnitMainThread()
      IMPORTANT: This method is executed via reflection in de.hybris.ant.taskdefs.yunit.JUnitTestRunner.run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HybrisJUnitUtility

        public HybrisJUnitUtility()
    • Method Detail

      • registerJUnitMainThread

        public static void registerJUnitMainThread()
        IMPORTANT: This method is executed via reflection in de.hybris.ant.taskdefs.yunit.JUnitTestRunner.run()