de.oio.bugkilla.test
Class TestBugkilla

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--de.oio.bugkilla.test.TestBugkilla
All Implemented Interfaces:
junit.framework.Test

public class TestBugkilla
extends junit.framework.TestSuite

Author:
swinkler This is the one and only big Bukilla Unit test collection. We measure the coverage with clover, so be cool.

Constructor Summary
TestBugkilla()
           
 
Method Summary
static junit.framework.Test suite()
          Method suite.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestBugkilla

public TestBugkilla()
Method Detail

suite

public static junit.framework.Test suite()
Method suite. The suite of Bugkilla Tests. They are all able to run out of the box, i.e. you don't have to install bukilla in a container. Currently we structure along the packages. Please everybody feel totally free to enhance this.

Returns:
Test


Copyright © Orientation in Objects GmbH. All Rights Reserved.