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 org.sipfoundry.sipxconfig.admin.commserver.imdb.ExtensionsTest.java

public class ExtensionsTest extends TestCase {
    private final String[][] DATA = { { "first", "last", "userName", "1234" }, { null, null, "kuku", "4321" },
            { "user", "without", "extension", null }, { "abbb", "cccc", "1234", "32" }, };

    private final List<User> m_users;

From source file test.functional.TestTransportSample.java

/** Test the stock sample code.
 */
public class TestTransportSample extends TestCase {
    static Log log = LogFactory.getLog(TestTransportSample.class.getName());

    public TestTransportSample(String name) {

From source file com.alibaba.stonelab.toolkit.sqltester.BeanInitBuilderTest.java

/**
 * BeanInitBuilder?.
 * 
 * @author Stone.J 2010-8-10 ?03:46:25
 */
public class BeanInitBuilderTest extends TestCase {

From source file com.teletalk.jserver.util.validation.EmailAddressValidatorTest.java

/**
 * 
 * @since 2.1 (20050425)
 */
public class EmailAddressValidatorTest extends TestCase {
    private static final Log logger = LogFactory.getLog(ObjectPoolTest.class);

From source file org.vafer.jdeb.mapping.LsMapperTestCase.java

public final class LsMapperTestCase extends TestCase {

    private final static String output = "total 0\n" + "drwxr-xr-x   23 tcurdt  tcurdt   782 Jun 25 03:48 .\n"
            + "drwxr-xr-x    3 tcurdt  tcurdt   102 Jun 25 03:48 ..\n" + "\n"
            + "./trunk/target/test-classes/org/vafer/dependency:\n" + "total 176\n"
            + "drwxr-xr-x   23 tcurdt  tcurdt   782 Jun 25 03:48 .\n"

From source file com.appleframework.monitor.model.LogQueryTest.java

/**
 * @author Hill.Hu
 */
public class LogQueryTest extends TestCase {
    LogQuery query;

From source file com.joptimizer.solvers.BasicKKTSolverTest.java

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

    private Algebra ALG = Algebra.DEFAULT;

From source file org.archive.crawler.util.TopNSetTest.java

/**
 * Test TopNSetTest.
    
 * @contributor gojomo
 */
public class TopNSetTest extends TestCase {

From source file m.c.m.proxyma.context.ProxymaContextTest.java

/**
 * <p>
 * Test the functionality of the ProxymaContext
 *
 * </p><p>
 * NOTE: this software is released under GPL License.

From source file org.globus.axis.transport.commons.tests.ExtendedHostConfigurationTest.java

public class ExtendedHostConfigurationTest extends TestCase {

    private static final String[] PARAMS = { "A", "B" };
    private static int counter = 0;

    public ExtendedHostConfigurationTest(String name) {