org.apache.wicket.util.license
Class ApacheLicenseHeaderTestCase

java.lang.Object
  extended by org.junit.Assert
      extended by org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
Direct Known Subclasses:
ApacheLicenceHeaderTest

public abstract class ApacheLicenseHeaderTestCase
extends org.junit.Assert

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 Summary
protected  boolean addHeaders
           
protected  List<String> cssIgnore
           
protected  List<String> htmlIgnore
           
protected  List<String> javaIgnore
           
protected  List<String> javaScriptIgnore
           
protected  List<String> propertiesIgnore
           
protected  List<String> velocityIgnore
           
protected  List<String> xmlIgnore
           
protected  List<String> xmlPrologIgnore
           
 
Constructor Summary
ApacheLicenseHeaderTestCase()
          Construct.
 
Method Summary
 void before()
           
 void licenseHeaders()
          Test all the files in the project which has an associated ILicenseHeaderHandler.
 
Methods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaIgnore

protected List<String> javaIgnore

htmlIgnore

protected List<String> htmlIgnore

xmlPrologIgnore

protected List<String> xmlPrologIgnore

propertiesIgnore

protected List<String> propertiesIgnore

xmlIgnore

protected List<String> xmlIgnore

cssIgnore

protected List<String> cssIgnore

velocityIgnore

protected List<String> velocityIgnore

javaScriptIgnore

protected List<String> javaScriptIgnore

addHeaders

protected boolean addHeaders
Constructor Detail

ApacheLicenseHeaderTestCase

public ApacheLicenseHeaderTestCase()
Construct.

Method Detail

before

public final void before()

licenseHeaders

public void licenseHeaders()
Test all the files in the project which has an associated ILicenseHeaderHandler.



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.