org.nuiton.jredmine.model.io.xpp3
Class RedmineXpp3HelperTest

java.lang.Object
  extended by org.nuiton.jredmine.model.io.xpp3.RedmineXpp3HelperTest

public class RedmineXpp3HelperTest
extends Object

Since:
1.0.0
Author:
chemit

Nested Class Summary
static class RedmineXpp3HelperTest.TestAction
          A little action wrapper to simplify this test class :)
 
Field Summary
protected static org.nuiton.jredmine.model.io.xpp3.RedmineXpp3Helper builder
           
protected static org.apache.commons.logging.Log log
           
protected static File testDir
           
protected static int universeSize
           
protected  boolean verbose
           
 
Constructor Summary
RedmineXpp3HelperTest()
           
 
Method Summary
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testRead()
          Test the method read of class ModelBuilder.
 void testReadArray()
          Test the method readArray of class ModelBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

testDir

protected static File testDir

builder

protected static org.nuiton.jredmine.model.io.xpp3.RedmineXpp3Helper builder

verbose

protected boolean verbose

universeSize

protected static int universeSize
Constructor Detail

RedmineXpp3HelperTest

public RedmineXpp3HelperTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()

tearDown

public void tearDown()

testRead

public void testRead()
              throws Exception
Test the method read of class ModelBuilder.

Throws:
Exception

testReadArray

public void testReadArray()
                   throws Exception
Test the method readArray of class ModelBuilder.

Throws:
Exception


Copyright © 2009-2011 CodeLutin. All Rights Reserved.