com.osbcp.apbs
Class TestCheckstyle

java.lang.Object
  extended by com.osbcp.apbs.TestCheckstyle

public class TestCheckstyle
extends java.lang.Object

Contains the Checkstyle tests

Author:
Christoffer Pettersson

Constructor Summary
TestCheckstyle()
           
 
Method Summary
 void testSrc()
          Tests the SRC-folder
 void testTest()
          Tests the TEST-folder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCheckstyle

public TestCheckstyle()
Method Detail

testSrc

public void testSrc()
             throws java.lang.Exception
Tests the SRC-folder

Throws:
java.lang.Exception - If any errors occur

testTest

public void testTest()
              throws java.lang.Exception
Tests the TEST-folder

Throws:
java.lang.Exception - If any errors occur