Class TestUtils


  • public class TestUtils
    extends java.lang.Object
    Some common test utilities. These functions shall not be part of production code!
    Author:
    Holger Eichelberger, SSE
    • Constructor Summary

      Constructors 
      Constructor Description
      TestUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isSseCI()
      Returns whether this JVM is currently executing on the SSE CI Jenkins.
      • Methods inherited from class java.lang.Object

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

      • TestUtils

        public TestUtils()
    • Method Detail

      • isSseCI

        public static boolean isSseCI()
        Returns whether this JVM is currently executing on the SSE CI Jenkins. This may be needed to disable some tests.
        Returns:
        true if we are running on SSE CI, false