net.firstpartners.rp
Interface IBaseCase

All Known Implementing Classes:
BaseTestCase, BasicCategoryStoreTests, KnowledgeManagerTests, PluginManagerTests

public interface IBaseCase

Interface for setting the setup


Method Summary
 void onSetup()
          Override this for additional setup after ApplicationContexts are loaded.
 

Method Detail

onSetup

void onSetup()
             throws java.lang.Exception
Override this for additional setup after ApplicationContexts are loaded.

Throws:
java.lang.Exception