com.osbcp.apbs
Class TestPMDTest

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

public class TestPMDTest
extends java.lang.Object

Contains the PMD tests

Author:
Christoffer Pettersson

Constructor Summary
TestPMDTest()
           
 
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

TestPMDTest

public TestPMDTest()
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