de.h2b.taglets
Class RegistrationTest

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

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

A test class for Registration.

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

Constructor Summary
RegistrationTest()
           
 
Method Summary
 void testBiblioTagletRegistered()
          Test if BiblioTaglet has been successfully registered to testMap.
 void testCiteTagletRegistered()
          Test if CiteTaglet has been successfully registered to testMap.
 void testMathTagletRegistered()
          Test if MathTaglet has been successfully registered to testMap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationTest

public RegistrationTest()
Method Detail

testMathTagletRegistered

public void testMathTagletRegistered()
Test if MathTaglet has been successfully registered to testMap.

See Also:
Registration.register(java.util.Map), MathTaglet

testCiteTagletRegistered

public void testCiteTagletRegistered()
Test if CiteTaglet has been successfully registered to testMap.

See Also:
Registration.register(java.util.Map), CiteTaglet

testBiblioTagletRegistered

public void testBiblioTagletRegistered()
Test if BiblioTaglet has been successfully registered to testMap.

See Also:
Registration.register(java.util.Map), BiblioTaglet


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