org.opensubsystems.core.util
Class FileCommitUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.opensubsystems.core.util.FileCommitUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class FileCommitUtilsTest
extends junit.framework.TestCase

Tests for file transaction - prepare to commit, commit and rollback processes.

Version:
$Id: FileCommitUtilsTest.java,v 1.4 2007/01/07 06:14:55 bastafidli Exp $
Author:
Julo Legeny
Code reviewer:
Miro Halas
Code reviewed:
Initial revision

Field Summary
protected  org.opensubsystems.core.util.FileCommitUtils m_fcuFileTrancastion
          FileCommitUtils object for processing of the file transaction
 
Constructor Summary
FileCommitUtilsTest(java.lang.String arg0)
          Constructor for DateUtilsTest.
 
Method Summary
protected  void setUp()
          Set up environment for the test case.
protected  void tearDown()
          Restore original environment after the test case.
 void testDummy()
          This is here defined just so JUnit passes
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_fcuFileTrancastion

protected org.opensubsystems.core.util.FileCommitUtils m_fcuFileTrancastion
FileCommitUtils object for processing of the file transaction

Constructor Detail

FileCommitUtilsTest

public FileCommitUtilsTest(java.lang.String arg0)
Constructor for DateUtilsTest.

Parameters:
arg0 - - name of the test
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Set up environment for the test case.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - - an error has occured during setting up test

tearDown

protected void tearDown()
                 throws java.lang.Exception
Restore original environment after the test case.

Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception - - an error has occured during tearing down up test

testDummy

public void testDummy()
               throws java.lang.Exception
This is here defined just so JUnit passes

Throws:
java.lang.Exception - - error during test


Copyright © 2003 - 2006 OpenSubsystems s.r.o.