test.pdfbox
Class TestAll

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.pdfbox.TestAll
All Implemented Interfaces:
junit.framework.Test

public class TestAll
extends junit.framework.TestCase

This is a holder for all test cases in the pdfbox system.

Version:
$Revision: 1.6 $
Author:
Ben Litchfield (ben@csh.rit.edu)

Constructor Summary
TestAll(String name)
          Constructor.
 
Method Summary
static void main(String[] args)
          The main method to run tests.
static junit.framework.Test suite()
          This will get the suite of test that this class holds.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAll

public TestAll(String name)
Constructor.

Parameters:
name - The name of the test to run.
Method Detail

main

public static void main(String[] args)
The main method to run tests.

Parameters:
args - The command line arguments.

suite

public static junit.framework.Test suite()
This will get the suite of test that this class holds.

Returns:
All of the tests that this class holds.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.