net.sf.antcontrib.cpptasks
Class TestTargetHistoryTable

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.antcontrib.cpptasks.TestXMLConsumer
              extended by net.sf.antcontrib.cpptasks.TestTargetHistoryTable
All Implemented Interfaces:
junit.framework.Test

public class TestTargetHistoryTable
extends TestXMLConsumer

Tests for TargetHistoryTable

Author:
CurtA

Nested Class Summary
static class TestTargetHistoryTable.MockProcessorConfiguration
           
 
Constructor Summary
TestTargetHistoryTable(java.lang.String name)
          Constructor
 
Method Summary
 void testLoadOpenshore()
          Tests loading a stock history file
 void testLoadXerces()
          Tests loading a stock history file
 void testUpdateTimeResolution()
          Tests for bug fixed by patch [ 650397 ] Fix: Needless rebuilds on Unix
 
Methods inherited from class net.sf.antcontrib.cpptasks.TestXMLConsumer
copyResourceToTmpDir, deleteTmpFile
 
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
 

Constructor Detail

TestTargetHistoryTable

public TestTargetHistoryTable(java.lang.String name)
Constructor

Parameters:
name - test case name
See Also:
TestCase.TestCase(String)
Method Detail

testLoadOpenshore

public void testLoadOpenshore()
                       throws java.io.IOException
Tests loading a stock history file

Throws:
java.io.IOException

testLoadXerces

public void testLoadXerces()
                    throws java.io.IOException
Tests loading a stock history file

Throws:
java.io.IOException

testUpdateTimeResolution

public void testUpdateTimeResolution()
                              throws java.io.IOException
Tests for bug fixed by patch [ 650397 ] Fix: Needless rebuilds on Unix

Throws:
java.io.IOException


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.