net.sourceforge.jcetaglib.test
Class SignatureTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.jcetaglib.test.SignatureTest
All Implemented Interfaces:
junit.framework.Test

public class SignatureTest
extends junit.framework.TestCase

A collection of SIG (siganture) tests

These tests can be run using JUnit (http://www.junit.org)

Version:
$Id: SignatureTest.java,v 1.1 2003/12/28 19:06:57 hamgert Exp $
Author:
Gert Van Ham, hamgert@users.sourceforge.net, http://jcetaglib.sourceforge.net

Constructor Summary
SignatureTest()
           
 
Method Summary
protected  void setUp()
          setup test
 void testFileSignature()
          test Signature from file
 void testSignature()
          test Signature
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureTest

public SignatureTest()
Method Detail

setUp

protected void setUp()
              throws java.io.IOException
setup test

Throws:
java.io.IOException

testSignature

public void testSignature()
                   throws java.lang.Exception
test Signature

Throws:
java.lang.Exception

testFileSignature

public void testFileSignature()
                       throws java.lang.Exception
test Signature from file

Throws:
java.lang.Exception