Nux 1.6

nux.xom.sandbox
Class StaxSerializerTest

java.lang.Object
  extended by nux.xom.sandbox.StaxSerializerTest

public class StaxSerializerTest
extends Object

Integration test for round-tripping of StreamingSerializerFactory.createStaxSerializer().write().

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek $

Field Summary
protected static boolean FAIL_FAST
           
 
Constructor Summary
StaxSerializerTest()
           
 
Method Summary
protected static boolean bogus(File xmlFile)
           
protected static boolean contains(String x, String y)
           
protected static boolean endsWith(String x, String y)
           
protected static Builder getBuilder()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAIL_FAST

protected static final boolean FAIL_FAST
Constructor Detail

StaxSerializerTest

public StaxSerializerTest()
Method Detail

main

public static void main(String[] args)
                 throws Throwable
Throws:
Throwable

bogus

protected static boolean bogus(File xmlFile)

endsWith

protected static boolean endsWith(String x,
                                  String y)

contains

protected static boolean contains(String x,
                                  String y)

getBuilder

protected static Builder getBuilder()

Nux 1.6