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.phone.linksys.LinksysAtaTest.java

public class LinksysAtaTest extends TestCase {

    private Linksys m_ata2102;
    private Linksys m_ata3102;
    private Linksys m_ata8000;

From source file org.talend.mdm.commmon.util.core.MDMConfigurationTest.java

public class MDMConfigurationTest extends TestCase {

    @SuppressWarnings({ "nls" })
    public void testGetProperties() throws Exception {
        Object[] args = { true, true };

From source file org.okj.commons.test.AbstractSpringTestCase.java

/**
 * 
 * @author Administrator
 * @version $Id: AbstractSpringTestCase.java, v 0.1 2013-1-30 11:32:28 Administrator Exp $
 */
public abstract class AbstractSpringTestCase extends TestCase {

From source file ch.admin.suis.msghandler.config.ClientConfigurationFactoryTest.java

/**
 * @author kb
 * @author $Author: sasha $
 * @version $Revision: 340 $
 * @since 07.08.2013
 */

From source file lia.analysis.codec.CodecTest.java

public class CodecTest extends TestCase {
    public void testMetaphone() throws Exception {
        Metaphone metaphoner = new Metaphone();
        assertEquals(metaphoner.encode("cute"), metaphoner.encode("cat"));
    }
}

From source file org.sipfoundry.sipxconfig.phone.DeviceDiscoverTaskTest.java

public class DeviceDiscoverTaskTest extends TestCase {

    private DeviceFinder m_deviceFinder;

    public void setUp() {
        m_deviceFinder = new DeviceFinder();

From source file org.codehaus.nanning.trace.TraceInterceptorTest.java

/**
 * TODO document TraceInterceptorTest
 *
 * <!-- $Id: TraceInterceptorTest.java,v 1.3 2003-09-09 11:10:28 lecando Exp $ -->
 *
 * @author $Author: lecando $

From source file gov.nih.nci.ncicb.tcga.dcc.dam.dao.FileComparer.java

/**
 * Created by IntelliJ IDEA.
 * User: nassaud
 * Date: Oct 6, 2008
 * Time: 11:38:57 AM
 * To change this template use File | Settings | File Templates.

From source file mangotiger.io.RecursiveFileIteratorTest.java

/** @author Tom Gagnier */
@SuppressWarnings({ "ClassWithoutToString" })
public class RecursiveFileIteratorTest extends TestCase {
    private static final File ROOT_DIR = new File(
            Files.toFile("src/test/resources", RecursiveFileIteratorTest.class), "test");

From source file org.sipfoundry.sipxconfig.admin.SnapshotTest.java

public class SnapshotTest extends TestCase {

    public void testGetCmdLine() {
        Snapshot snapshot = new Snapshot();
        Date startDate = new Date(1215779686450l);// Fri Jul 11 12:34:46 UTC 2008
        Date endDate = new Date(1215779810971l); // Fri Jul 11 12:36:50 UTC 2008