maito.datacollecting
Class DataSourceDescriptionTest

java.lang.Object
  extended by TestCase
      extended by maito.datacollecting.DataSourceDescriptionTest

public class DataSourceDescriptionTest
extends TestCase

Author:
Antti Laitinen

Constructor Summary
DataSourceDescriptionTest()
           
 
Method Summary
 void testDataIntegrity()
          Tests that the parameters given to the constructor are correctly accessible using the corresponding methods.
 void testEquals()
          Tests that the equals method works.
 void testToStringNotNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDescriptionTest

public DataSourceDescriptionTest()
Method Detail

testDataIntegrity

public void testDataIntegrity()
Tests that the parameters given to the constructor are correctly accessible using the corresponding methods.


testEquals

public void testEquals()
Tests that the equals method works.


testToStringNotNull

public void testToStringNotNull()