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 com.google.code.rapid.queue.util.JVMMonitorTest.java

/**
 * @author badqiu
 */
public class JVMMonitorTest extends TestCase {

    /**

From source file net.sf.ehcache.loader.CompositeLoaderTest.java

/**
 * ComponentA is composed of ComponentB and some other fields. Tests the interactions between two loaders, where the first component's
 *  loader loads component B by using getWithLoader, which in turn invokes component B's loader.
 * @author <a href="mailto:gluck@gregluck.com">Greg Luck</a>
 * @version $Id: CompositeLoaderTest.java 562 2007-11-19 03:20:05Z gregluck $
 */

From source file org.fejoa.library.messages.EnvelopeTest.java

public class EnvelopeTest extends TestCase {
    final List<String> cleanUpDirs = new ArrayList<String>();

    @Override
    public void tearDown() throws Exception {
        super.tearDown();

From source file org.eclipsetrader.yahoo.internal.core.UtilTest.java

public class UtilTest extends TestCase {

    public void testGetYahooSymbol() throws Exception {
        FeedProperties properties = new FeedProperties();
        properties.setProperty("org.eclipsetrader.yahoo.symbol", "F.MI");
        FeedIdentifier identifier = new FeedIdentifier("F", properties);

From source file net.sf.oval.test.integration.spring.ValidatorSpringBeanTest.java

/**
 * @author Sebastian Thomschke
 */
public class ValidatorSpringBeanTest extends TestCase {

    public void testValidatorSpringBean() {

From source file ome.client.itests.demos.Demo_3_0_M2_Test.java

@Test(
        // "ignored" because it should only be run manually
        groups = { "ignore", "manual", "client", "integration", "demo", "3.0", "3.0-M2" })
public class Demo_3_0_M2_Test extends TestCase {

    private static Log TESTLOG = LogFactory.getLog("TEST-" + Demo_3_0_M2_Test.class.getName());

From source file com.joptimizer.algebra.ComparisonTest.java

/**
 * @author alberto trivellato (alberto.trivellato@gmail.com)
 */
public class ComparisonTest extends TestCase {

    private Algebra ALG = Algebra.DEFAULT;

From source file com.android.loganalysis.item.ProcrankItemTest.java

/**
 * Unit test for {@link ProcrankItem}.
 */
public class ProcrankItemTest extends TestCase {

    /**

From source file com.google.jstestdriver.server.gateway.GatewayEntityMethodTest.java

/**
 * @author rdionne@google.com (Robert Dionne)
 */
public class GatewayEntityMethodTest extends TestCase {

    public void testGetNameGetUriAndGetRequestEntity() throws Exception {

From source file com.germinus.easyconf.SystemTests.java

/**
 * Launches all the tests of EasyConf
 *
 * @version $Revision: 1.1 $
 */
public class SystemTests extends TestCase {