net.firstpartners.rp.back.store
Class BasicCategoryStoreTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.firstpartners.rp.BaseTestCase
              extended by net.firstpartners.rp.back.store.BasicCategoryStoreTests
All Implemented Interfaces:
junit.framework.Test, IBaseCase

public class BasicCategoryStoreTests
extends BaseTestCase

BasicCategoryStore tests

Version:
1.3
Author:
Firstpartners.net

Field Summary
private  CategoryManager categoryManager
           
 
Fields inherited from class net.firstpartners.rp.BaseTestCase
DEFAULT_CONTEXT_CONFIG_LOCATION
 
Constructor Summary
BasicCategoryStoreTests()
           
 
Method Summary
 void onSetup()
          Set-up for the test after loading the application context by the base testcase
 
Methods inherited from class net.firstpartners.rp.BaseTestCase
getContexDir, getContext, getContextConfigLocation, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

categoryManager

private CategoryManager categoryManager
Constructor Detail

BasicCategoryStoreTests

public BasicCategoryStoreTests()
Method Detail

onSetup

public void onSetup()
             throws java.lang.Exception
Set-up for the test after loading the application context by the base testcase

Throws:
java.lang.Exception - Exception in set-up the test case