Class HutnTestUtil


  • public abstract class HutnTestUtil
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HutnTestUtil.EnumValue  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void slotTest​(Slot<?> slot, java.lang.Class<? extends Slot<?>> expectedType, java.lang.String expectedFeature, java.lang.Object... expectedValues)  
      • Methods inherited from class java.lang.Object

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

      • slotTest

        public static void slotTest​(Slot<?> slot,
                                    java.lang.Class<? extends Slot<?>> expectedType,
                                    java.lang.String expectedFeature,
                                    java.lang.Object... expectedValues)