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.github.reinert.jjschema.v1.NullableArrayTest.java

/**
 * @author reinert
 */
public class NullableArrayTest extends TestCase {

    static ObjectMapper MAPPER = new ObjectMapper();

From source file com.alibaba.simpleimage.render.ReadRenderTest.java

/**
 * TODO Comment of ReadRenderText
 * 
 * @author wendell
 */
public class ReadRenderTest extends TestCase {

From source file org.esigate.url.RoundRobinBaseUrlRetrieveStrategyTest.java

public class RoundRobinBaseUrlRetrieveStrategyTest extends TestCase {

    public void testGetBaseURL() {
        String[] baseUrls = new String[] { "http://example.com/test/", "http://example1.com/test/",
                "http://example2.com/test/" };
        BaseUrlRetrieveStrategy strategy = new RoundRobinBaseUrlRetrieveStrategy(baseUrls);

From source file org.eclipse.rap.rwt.supplemental.fileupload.internal.CleaningTrackerUtil_Test.java

public class CleaningTrackerUtil_Test extends TestCase {

    @Override
    protected void setUp() throws Exception {
        Fixture.setUp();
        Fixture.fakeNewRequest();

From source file ca.sfu.federation.utils.DirectoryFilterTest.java

/**
 * Directory filter tests.
 * @author dmarques
 */
public class DirectoryFilterTest extends TestCase {

From source file com.android.loganalysis.item.DumpsysBatteryInfoItemTest.java

/**
 * Unit test for {@link DumpsysBatteryInfoItem}.
 */
public class DumpsysBatteryInfoItemTest extends TestCase {
    private static final String WAKELOCKS = "WAKELOCKS";
    private static final String LAST_CHARGE_KERNEL_WAKELOCKS = "LAST_CHARGE_KERNEL_WAKELOCKS";

From source file net.sf.morph2.transform.converters.BeanToPrettyTextConverterTestCase.java

/**
 * 
 * @author Matt Sgarlata
 * @since May 31, 2007 (Morph 1.1)
 */
public class BeanToPrettyTextConverterTestCase extends TestCase {

From source file org.tequila.framework.Log4jTest.java

/**
 *
 * @author iberck
 */
public class Log4jTest extends TestCase {

From source file v7db.files.spi.InlineContentTest.java

public class InlineContentTest extends TestCase {

    public void testInlineContent() throws IOException {
        assertInlineContent("abcd", new InlineContent("abcd".getBytes()));
    }

From source file gov.nih.nci.cabig.ctms.web.WebToolsTest.java

/**
 * @author Rhett Sutphin
 */
public class WebToolsTest extends TestCase {
    private MockHttpServletRequest request;
    private MockHttpSession session;