List of usage examples for junit.framework TestCase subclass-usage
From source file net.sf.ehcache.constructs.concurrent.ConcurrencyUtilTest.java
/**
* Isolation tests for ConcurrencyUtil
*
* @author Greg Luck
* @version $Id: ConcurrencyUtilTest.java 519 2007-07-27 07:11:45Z gregluck $
*/
From source file org.hdiv.AbstractTestCase.java
public abstract class AbstractTestCase extends TestCase { private static Log log = LogFactory.getLog(AbstractTestCase.class); protected HDIVConfig config;
From source file org.springmodules.cache.config.AbstractSchemaBasedConfigurationTestCase.java
/**
* <p>
* Test cases for parsers used for schema-based configuration.
* </p>
*
* @author Alex Ruiz
From source file org.sipfoundry.sipxconfig.rest.AutoAttendantsResourceTest.java
public class AutoAttendantsResourceTest extends TestCase { private AutoAttendantManager m_autoAttendantManager; @Override protected void setUp() throws Exception { AutoAttendant operator = new AutoAttendant();
From source file uk.ac.ebi.interpro.scan.model.Hmmer2MatchTest.java
/**
* Tests cases for {@link Hmmer2Match}.
*
* @author Antony Quinn
* @version $Id$
* @since 1.0
From source file uk.ac.ebi.interpro.scan.model.PhobiusMatchTest.java
/**
* Tests cases for {@link PhobiusMatch}.
*
* @author Phil Jones
* @version $Id$
* @since 1.0
From source file org.tanaguru.rules.elementchecker.doctype.DoctypeHtml5CheckerTest.java
/** * * @author jkowalczyk */ public class DoctypeHtml5CheckerTest extends TestCase {
From source file eu.optimis.tf.sp.service.TestGetProperties.java
public class TestGetProperties extends TestCase { public void testGetProperties() { System.out.println(PropertiesUtils.getProperty("TRUST", "monitoring.host")); // PropertiesConfiguration configTrust = PropertiesUtils.getPropertiesConfiguration("TRUST"); // System.out.println(configTrust.getString("production"));
From source file org.rifidi.emulator.reader.module.factory.ReaderFactoryTest.java
/**
* A test case for the readerFactory class.
*
* @author Matthew Dean - matt@pramari.com
* @since <$INITIAL_VERSION$>
* @version <$CURRENT_VERSION$>
From source file com.alibaba.druid.DBCPTest.java
public class DBCPTest extends TestCase { public void test_max() throws Exception { Class.forName("com.alibaba.druid.mock.MockDriver"); final BasicDataSource dataSource = new BasicDataSource();