org.apache.jetspeed.testhelpers
Interface TestHelper

All Known Implementing Classes:
AbstractTestHelper, BuildPropertiesHelper, DatasourceHelper, OJBHelper

public interface TestHelper


Method Summary
 java.util.Map getContext()
           
 void setUp()
           
 void tearDown()
           
 

Method Detail

setUp

void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

getContext

java.util.Map getContext()


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.