org.openscience.nmrshiftdb.tests
Class ServletTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.openscience.nmrshiftdb.tests.ServletTests
All Implemented Interfaces:
junit.framework.Test

public class ServletTests
extends junit.framework.TestCase

Description of the Class


Field Summary
(package private)  java.lang.String server
           
 
Constructor Summary
ServletTests(java.lang.String text)
           
 
Method Summary
 void doTest(java.lang.String action, java.lang.String expectedText)
           
 void testAssignCml()
           
 void testExportinchi()
           
 void testExportLastInputs()
           
 void testExprtBoth()
           
 void testExprtmdl()
           
 void testExprtMol()
           
 void testExprtSpec()
           
 void testRss()
           
 void testTest()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

server

java.lang.String server
Constructor Detail

ServletTests

public ServletTests(java.lang.String text)
Method Detail

testRss

public void testRss()
             throws java.lang.Exception
Throws:
java.lang.Exception

testTest

public void testTest()
              throws java.lang.Exception
Throws:
java.lang.Exception

testExportinchi

public void testExportinchi()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testExprtmdl

public void testExprtmdl()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testExprtSpec

public void testExprtSpec()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testExprtMol

public void testExprtMol()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testExprtBoth

public void testExprtBoth()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testExportLastInputs

public void testExportLastInputs()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testAssignCml

public void testAssignCml()
                   throws java.lang.Exception
Throws:
java.lang.Exception

doTest

public void doTest(java.lang.String action,
                   java.lang.String expectedText)
            throws java.lang.Exception
Throws:
java.lang.Exception