Class ApacheLicenseHeaderTestCase


  • public abstract class ApacheLicenseHeaderTestCase
    extends Object
    Testcase used in the different wicket projects for testing for the correct ASL license headers. Doesn't really make sense outside org.apache.wicket.
    Author:
    Frank Bille Jensen (frankbille)
    • Field Detail

      • xmlPrologIgnore

        protected List<String> xmlPrologIgnore
      • propertiesIgnore

        protected List<String> propertiesIgnore
      • velocityIgnore

        protected List<String> velocityIgnore
      • javaScriptIgnore

        protected List<String> javaScriptIgnore
      • addHeaders

        protected boolean addHeaders
    • Constructor Detail

      • ApacheLicenseHeaderTestCase

        public ApacheLicenseHeaderTestCase()
        Construct.