fipaos.test.mts.service
Class ParserServiceTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--fipaos.test.mts.service.ParserServiceTest
All Implemented Interfaces:
junit.framework.Test

public class ParserServiceTest
extends junit.framework.TestCase

Test-harness for fipaos.mts.service.ParserService


Field Summary
static int[] ACL_INT
           
static java.lang.String ACL_STRING
           
 
Constructor Summary
ParserServiceTest(java.lang.String name)
          Default constructor
 
Method Summary
protected  void runTest()
          Overrides method in parent to enable running of our tests
protected  void setUp()
          Setup the tests
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACL_STRING

public static final java.lang.String ACL_STRING

ACL_INT

public static final int[] ACL_INT
Constructor Detail

ParserServiceTest

public ParserServiceTest(java.lang.String name)
Default constructor
Method Detail

setUp

protected void setUp()
Setup the tests
Overrides:
setUp in class junit.framework.TestCase

runTest

protected void runTest()
                throws java.lang.Throwable
Overrides method in parent to enable running of our tests
Overrides:
runTest in class junit.framework.TestCase