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.unidata.UnidataPhoneTest.java

public class UnidataPhoneTest extends TestCase {
    public void testGetFileName() throws Exception {
        UnidataPhone phone = new UnidataPhone();
        phone.setSerialNumber("001122334455");
        assertEquals("e1_001122334455.ini", phone.getProfileFilename());
    }

From source file uk.ac.ebi.ep.data.service.AbstractDataTest.java

/**
 *
 * @author joseph
 */
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = { SpringDataMockConfig.class, GlobalConfig.class })

From source file cyrille.lang.AssertTest.java

/**
 * @author <a href="mailto:cyrille.leclerc@pobox.com">Cyrille Le Clerc</a>
 */
public class AssertTest extends TestCase {

    public void testAssert() throws Exception {

From source file org.prorefactor.core.unittest.BugFixTests.java

/** Test the tree parsers against problematic syntax.
 * These tests just run the tree parsers against the data/bugsfixed directory.
 * If no exceptions are thrown, then the tests pass.
 * The files in the "bugsfixed" directories are subject to change, so no other
 * tests should be added other than the expectation that they parse clean.
 */

From source file com.taurus.compratae.test.GeneracionArchivoServiceTestCase.java

/**
 *
 * @author Desarrollador java
 */
public class GeneracionArchivoServiceTestCase extends TestCase {

From source file ome.client.itests.RawPixelStoreTest.java

@Test(groups = { "client", "integration", "binary" })
public class RawPixelStoreTest extends TestCase {

    private static Log log = LogFactory.getLog(RawPixelStoreTest.class);

    ServiceFactory sf;

From source file edu.uci.ics.jung.algorithms.cluster.TestEdgeBetweennessClusterer.java

/**
 * @author Scott White
 */
public class TestEdgeBetweennessClusterer extends TestCase {
    public static Test suite() {
        return new TestSuite(TestEdgeBetweennessClusterer.class);

From source file test.capeline.transaction.DbAllTest.java

/**
 * 
 * <a href="https://github.com/Joe23/capelin-opac/">Capelin-opac</a>
 * License: GNU AGPL v3 | http://www.gnu.org/licenses/agpl.html
 * 
 * 

From source file com.symbian.driver.core.controller.utils.ControllerUtilsTest.java

public class ControllerUtilsTest extends TestCase {

}

From source file edu.uci.ics.jung.algorithms.scoring.TestVoltageScore.java

/**
 * @author jrtom
 *
 */
public class TestVoltageScore extends TestCase {
    protected Graph<Number, Number> g;