Nux 1.6

nux.xom.sandbox
Class StaxBuilderTest

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

public class StaxBuilderTest
extends Object

Integration test for StaxUtil.createBuilder().build().

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

Field Summary
protected static boolean FAIL_FAST
           
 
Constructor Summary
StaxBuilderTest()
           
 
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

StaxBuilderTest

public StaxBuilderTest()
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