de.h2b.taglets
Class CrossRefMapTest

java.lang.Object
  extended by de.h2b.taglets.CrossRefMapTest

@ClassLabel(copyright="Copyright (C) 2008 Hans-Hermann Bode",
            ident="$Id: CrossRefMapTest.java,v 1.5 2008/11/29 01:34:33 h2b Exp $")
public class CrossRefMapTest
extends java.lang.Object

A test class for CrossRefMap.

Version:
$Revision: 1.5 $, $Date: 2008/11/29 01:34:33 $
Author:
h2b
See Also:
CrossRefMap

Field Summary
protected static java.io.File testFile
          Pathname of test file.
 
Constructor Summary
CrossRefMapTest()
           
 
Method Summary
 void testGetTable1()
          Test if resulting tables for different keys are different.
 void testGetTable2()
          Test if resulting tables for identical keys are identical.
 void testSaveLoad()
          Test if map is stored in file correctly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testFile

protected static final java.io.File testFile
Pathname of test file.

Constructor Detail

CrossRefMapTest

public CrossRefMapTest()
Method Detail

testGetTable1

public void testGetTable1()
Test if resulting tables for different keys are different.

See Also:
CrossRefMap.getTable(java.lang.String)

testGetTable2

public void testGetTable2()
Test if resulting tables for identical keys are identical.

See Also:
CrossRefMap.getTable(java.lang.String)

testSaveLoad

public void testSaveLoad()
Test if map is stored in file correctly.

See Also:
CrossRefMap.load(java.io.File), CrossRefMap.save(java.io.File)


Copyright © 2008 Hans-Hermann Bode, Berlin, Germany. All Rights Reserved.