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.google.code.fqueue.util.TestJVMMonitor.java

/**
 * @author sunli
 */
public class TestJVMMonitor extends TestCase {

    /**

From source file kramer.SpringBeanTest.java

public class SpringBeanTest extends TestCase {
    public void test() throws SQLException {
        ApplicationContext context = new ClassPathXmlApplicationContext("context.xml");

        Object obj = context.getBean("factory");
        assertNotNull(obj);

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

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

From source file ExamTest.java

/**
 * Test suite for ExamTest
 * @author Door Guardians
 */
public class ExamTest extends TestCase {

From source file cyrille.springframework.jmx.JmxUtilsTest.java

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

    public void testIsMBean() throws Exception {

From source file org.pwsafe.lib.file.PwsFileFactoryTest.java

public class PwsFileFactoryTest extends TestCase {

    private final static Log LOGGER = LogFactory.getLog(PwsFileFactoryTest.class);
    private final static String testV2Filename = "password_file_2.dat";

    private final static String PASSPHRASE = "THEFISH";

From source file org.geoserver.importer.DirectoryTest.java

public class DirectoryTest extends TestCase {

    public void testMosaicAuxillaryFiles() throws Exception {
        File unpack = ImporterTestUtils.unpack("mosaic/bm.zip");

        // all types of junk!

From source file org.polymap.kaps.importer.test.NumberFormatterTest.java

/**
 * 
 * 
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 */
public class NumberFormatterTest extends TestCase {

From source file org.springmodules.validation.bean.converter.ModelAwareMessageCodesResolverTests.java

/**
 * Tests for {@link org.springmodules.validation.bean.converter.ModelAwareMessageCodesResolver}.
 *
 * @author Uri Boness
 */
public class ModelAwareMessageCodesResolverTests extends TestCase {

From source file com.germinus.easyconf.UnitTests.java

/**
 * Launches all the tests of EasyConf
 *
 * @version $Revision: 1.4 $
 */
public class UnitTests extends TestCase {