maito.datacollecting.dcxml
Class OAICiteseerTransformerTest

java.lang.Object
  extended by TestCase
      extended by maito.datacollecting.dcxml.OAICiteseerTransformerTest

public class OAICiteseerTransformerTest
extends TestCase


Constructor Summary
OAICiteseerTransformerTest()
           
 
Method Summary
 void testDateTransform()
          Date field test to achieve full coverage
 void testNullTransform()
          When null Record is passed, causes an exception
 void testNullValueTransform()
          Fields with only null values in source Record aren't saved at all...
 void testStandardTransform()
          Test the standard fields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAICiteseerTransformerTest

public OAICiteseerTransformerTest()
Method Detail

testNullTransform

public void testNullTransform()
When null Record is passed, causes an exception


testDateTransform

public void testDateTransform()
Date field test to achieve full coverage


testNullValueTransform

public void testNullValueTransform()
Fields with only null values in source Record aren't saved at all...


testStandardTransform

public void testStandardTransform()
Test the standard fields