fedora.server.test
Class TranslatorTest

java.lang.Object
  extended by fedora.server.test.TranslatorTest

public class TranslatorTest
extends java.lang.Object

Title: Translator.java

Description: Tests the configured DOTranslator instance, deserializing, then re-serializing and printing the bytes from the file whose name is passed in.

Since DOTranslator is a Module, it's more appropriate to test it by starting up the configured server instance.

Version:
$Id: TranslatorTest.java 5313 2006-12-06 12:14:27Z cwilper $
Author:
cwilper@cs.cornell.edu

Constructor Summary
TranslatorTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslatorTest

public TranslatorTest()
Method Detail

main

public static void main(java.lang.String[] args)