org.olat.group
Class BGAreaManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.olat.core.test.OlatTestCase
              extended by org.olat.group.BGAreaManagerTest
All Implemented Interfaces:
junit.framework.Test

public class BGAreaManagerTest
extends OlatTestCase

Author:
Christian Guretzki

Constructor Summary
BGAreaManagerTest(java.lang.String arg)
           
 
Method Summary
 void setUp()
          SetUp is called before each test.
static junit.framework.Test suite()
           
 void tearDown()
          TearDown is called after each test.
 void testSynchronisationCreateBGArea()
          Do in different threads ant check that no exception happens : 1.
 void testSynchronisationUpdateBGArea()
          Do in different threads ant check that no exception happens : 1.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BGAreaManagerTest

public BGAreaManagerTest(java.lang.String arg)
Parameters:
arg -
Method Detail

setUp

public void setUp()
SetUp is called before each test.

Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Returns:
the test suite
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
TearDown is called after each test.

Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testSynchronisationCreateBGArea

public void testSynchronisationCreateBGArea()
Do in different threads ant check that no exception happens : 1. create BG-Area 5. delete


testSynchronisationUpdateBGArea

public void testSynchronisationUpdateBGArea()
Do in different threads ant check that no exception happens : 1. create BG-Area 5. delete