Class AttributeTesting


  • public final class AttributeTesting
    extends java.lang.Object
    Support for testing attributes. This is in main jar because it might be needed across module boundaries and that can be difficult if it is in testing jar.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void configureAttributeForTesting​(Attribute att)
      A few attributes will throw exceptions if not initialized this method can be called when an attribute needs testing but the test is generic and does not necessarily want or need to know the specific type of attribute and its properties.
      • Methods inherited from class java.lang.Object

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

      • configureAttributeForTesting

        public static void configureAttributeForTesting​(Attribute att)
        A few attributes will throw exceptions if not initialized this method can be called when an attribute needs testing but the test is generic and does not necessarily want or need to know the specific type of attribute and its properties.