it.polito.elite.doseWS.include
Class SpectrumImplTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byit.polito.elite.doseWS.include.SpectrumImplTest
All Implemented Interfaces:
junit.framework.Test

public class SpectrumImplTest
extends junit.framework.TestCase

The JUnit test for the SpectrumImpl class

Since:
11/2004
Version:
1.0
Author:
Dario Bonino Alessio Bosca Federico Pescarmona Michele Debandi

Constructor Summary
SpectrumImplTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testClone()
          Test of clone method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testDist()
          Test of dist method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testEquals()
           
 void testGetAuthor()
          Test of getAuthor method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testGetConcepts()
          Test of getConcepts method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testGetFragmentURI()
          Test of getFragmentURI method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testGetFragmentXPath()
          Test of getFragmentXPath method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testGetType()
          Test of getType method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 void testSetDistParameters()
          Test of setDistParameters method, of class it.polito.elite.doseWS.include.SpectrumImpl.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpectrumImplTest

public SpectrumImplTest(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testGetFragmentURI

public void testGetFragmentURI()
Test of getFragmentURI method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testGetFragmentXPath

public void testGetFragmentXPath()
Test of getFragmentXPath method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testGetAuthor

public void testGetAuthor()
Test of getAuthor method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testGetType

public void testGetType()
Test of getType method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testGetConcepts

public void testGetConcepts()
Test of getConcepts method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testDist

public void testDist()
Test of dist method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testSetDistParameters

public void testSetDistParameters()
Test of setDistParameters method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testClone

public void testClone()
Test of clone method, of class it.polito.elite.doseWS.include.SpectrumImpl.


testEquals

public void testEquals()