Example usage for junit.framework TestCase subclass-usage

List of usage examples for junit.framework TestCase subclass-usage

Introduction

In this page you can find the example usage for junit.framework TestCase subclass-usage.

Usage

From source file net.sf.ehcache.StatusTest.java

/**
 * Test cases for status.
 *
 * @author <a href="mailto:gluck@thoughtworks.com">Greg Luck</a>
 * @version $Id: StatusTest.java 519 2007-07-27 07:11:45Z gregluck $
 */

From source file org.architecturerules.configuration.AbstractConfigurationFactoryTest.java

/**
 * AbstractConfigurationFactory Tester.
 *
 * @author <Authors name>
 * @version 1.0
 * @since <pre>02/27/2008</pre>

From source file org.jaffre.springframework.JaffreExporterTestCase.java

/**
 * @author Alexander Veit
 */
public class JaffreExporterTestCase extends TestCase {
    public void test() throws Exception {
        final File l_fileAppContext;

From source file org.sipfoundry.sipxconfig.service.PeerIdentitiesConfigurationTest.java

public class PeerIdentitiesConfigurationTest extends TestCase {

    public void testXmlGeneration() throws Exception {
        TlsPeerManager peerManager = EasyMock.createMock(TlsPeerManager.class);
        List<TlsPeer> peers = new ArrayList<TlsPeer>();

From source file org.springframework.osgi.util.test.ConditionalTestCase.java

/**
 * Superclass for JUnit 3.8 based tests that allows conditional test execution
 * at the individual test method level. The
 * {@link #isDisabledInThisEnvironment(String) isDisabledInThisEnvironment()}
 * method is invoked before the execution of each test method. Subclasses can
 * override that method to return whether or not the given test should be

From source file org.pwsafe.lib.datastore.CreateBigDataStoreTest.java

public class CreateBigDataStoreTest extends TestCase {

    SimpleDateFormat dateFormatter = new SimpleDateFormat("HH:mm:ss.SSS");

    Log log = LogFactory.getLog(CreateBigDataStoreTest.class);

From source file org.wso2.carbon.apacheds.impl.CarbonSchemaLdifExtractorTest.java

public class CarbonSchemaLdifExtractorTest extends TestCase {

    private File tempDirectory;

    public void testExtractAndCopy() throws Exception {

From source file ubic.gemma.core.loader.entrez.EutilFetchTest.java

/**
 * @author paul
 */
public class EutilFetchTest extends TestCase {

    private static final Log log = LogFactory.getLog(EutilFetchTest.class.getName());

From source file com.granita.icloudcalsync.webdav.DavRedirectStrategyTest.java

public class DavRedirectStrategyTest extends TestCase {

    CloseableHttpClient httpClient;
    DavRedirectStrategy strategy = DavRedirectStrategy.INSTANCE;

    @Override

From source file com.haulmont.cuba.core.sys.ResourcesImplTest.java

public class ResourcesImplTest extends TestCase {

    private ResourcesImpl resources;

    @Override
    public void setUp() throws Exception {