org.nuiton.io.xpp3
Class Xpp3ReaderTest

java.lang.Object
  extended by org.nuiton.io.xpp3.Xpp3ReaderTest

public class Xpp3ReaderTest
extends java.lang.Object

User: chemit Date: 1 nov. 2009 Time: 19:50:39


Field Summary
protected static java.io.File dir
           
protected  org.nuiton.io.xpp3.Xpp3Reader<Identity> r
           
 
Constructor Summary
Xpp3ReaderTest()
           
 
Method Summary
protected static void assertEqualsIdentities(Identity[] result)
           
protected static void assertEqualsIdentity(Identity result, Identity expected)
           
protected static void assertEqualsSimpleIdentity(Identity result)
           
static void beforeClass()
           
 void testRead()
           
 void testReadArray()
           
 void testReadArray2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

protected static java.io.File dir

r

protected org.nuiton.io.xpp3.Xpp3Reader<Identity> r
Constructor Detail

Xpp3ReaderTest

public Xpp3ReaderTest()
Method Detail

beforeClass

public static void beforeClass()

testRead

public void testRead()
              throws java.lang.Exception
Throws:
java.lang.Exception

testReadArray

public void testReadArray()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testReadArray2

public void testReadArray2()
                    throws java.lang.Exception
Throws:
java.lang.Exception

assertEqualsIdentity

protected static void assertEqualsIdentity(Identity result,
                                           Identity expected)

assertEqualsSimpleIdentity

protected static void assertEqualsSimpleIdentity(Identity result)

assertEqualsIdentities

protected static void assertEqualsIdentities(Identity[] result)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.