Class AttributeTesting

java.lang.Object
org.mapfish.print.test.util.AttributeTesting

public final class AttributeTesting extends 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 Details

    • 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.