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.ms.commons.security.SecurityUtilsTest.java

/**
 * @author zxc Apr 12, 2013 5:28:47 PM
 */
public class SecurityUtilsTest extends TestCase {

    public void testMD5() {

From source file org.sipfoundry.sipxconfig.dialplan.DialPatternTest.java

/**
 * DialPatternTest
 */
public class DialPatternTest extends TestCase {
    public void testCalculatePattern() {
        DialPattern pattern = new DialPattern();

From source file org.sipfoundry.sipxconfig.admin.dialplan.DialPatternTest.java

/**
 * DialPatternTest
 */
public class DialPatternTest extends TestCase {
    public void testCalculatePattern() {
        DialPattern pattern = new DialPattern();

From source file se.chalmers.watchmetest.net.IMDBHandlerTest.java

public class IMDBHandlerTest extends TestCase {

    IMDBHandler imdb;

    protected void setUp() throws Exception {
        super.setUp();

From source file se.cambio.cds.gdl.parser.ExpressionTestBase.java

public class ExpressionTestBase extends TestCase {
    public void setUp() {
        item = null;
        items = null;
        be = null;
        expected = null;

From source file com.github.braully.graph.hn.UndirectedSparseGraphTOTest.java

/**
 *
 * @author strike
 */
public class UndirectedSparseGraphTOTest extends TestCase {

From source file org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests.java

public class JaasAuthenticationHandlerTests extends TestCase {

    private final Log log = LogFactory.getLog(this.getClass());

    private JaasAuthenticationHandler handler;

From source file org.cybergarage.round.ClientTest.java

/**
 * Unit test for simple App.
 */
public class ClientTest extends TestCase {
    /**
     * Create the test case

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

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

From source file org.cybergarage.round.node.NodeTest.java

/**
 * Unit test for simple App.
 */
public class NodeTest extends TestCase {
    /**
     * Create the test case