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.apache.xml.security.test.InteropTest.java

/**
 *
 * @author $Author: coheigea $
 */

public class InteropTest extends TestCase {

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

@SuppressWarnings({ "nls" })
public class EncryptUtilTest extends TestCase {

    @Test
    public void testEncypt() throws Exception {
        String path = getClass().getResource("mdm.conf").getFile();

From source file org.sipfoundry.sipxconfig.backup.FtpBackupPlanTest.java

public class FtpBackupPlanTest extends TestCase {

    public void testGetBackups() {
        final FtpExternalServer ftpContext = createMock(FtpExternalServer.class);

        String[] directoryNames = new String[] { "200804221100", "200804221101", "200804221102" };

From source file com.almende.eve.test.TestConfigDOM.java

/**
 * The Class TestConfigDOM.
 */
public class TestConfigDOM extends TestCase {
    private static final Logger LOG = Logger.getLogger(TestConfigDOM.class.getName());

From source file org.springframework.util.Log4jConfigurerTestSuite.java

/**
 * @author Alef Arendsen
 */
public class Log4jConfigurerTestSuite extends TestCase {

    /*

From source file org.globus.ftp.test.HostPortTest.java

/**
   Test HostPort
 **/
public class HostPortTest extends TestCase {

    private static Log logger = LogFactory.getLog(HostPortTest.class.getName());

From source file service.StatisticsServerTest.java

/**
 * $Id
 * <p>Title: </p>
 * <p>Description: </p>
 * <p>Author: g.alexeev (g.alexeev@i-teco.ru)</p>
 * <p>Date: 04.02.13</p>

From source file com.haulmont.cuba.web.test.PasswordEncryptionTest.java

public class PasswordEncryptionTest extends TestCase {
    private static final String PASSWORD_KEY = "25tuThUw";

    public void testEncryptDecrypt() {
        String password = "password";
        String encryptedPassword = encryptPassword(password);

From source file org.hdiv.config.xml.MinCustomSchemaTest.java

public class MinCustomSchemaTest extends TestCase {

    private ApplicationContext context;

    @Override
    protected void setUp() throws Exception {

From source file org.ujorm.transaction.TransactionManagerTest.java

/**
 * Test for the class UjormTransactionManager.
 * @author Pavel Ponec
 */
public class TransactionManagerTest extends TestCase {