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.dynaresume.core.service.test.CoreServiceTest.java

public class CoreServiceTest extends junit.framework.TestCase {

    private CoreService coreService;
    private ServiceTracker tracker;

    private boolean isFragment(Bundle bundle) {

From source file test.functional.TestEchoSample.java

/** Test the stock sample code.
 */
public class TestEchoSample extends TestCase {
    static Log log = LogFactory.getLog(TestEchoSample.class.getName());

    public TestEchoSample(String name) {

From source file org.iwethey.forums.web.board.test.WebBoardListTest.java

/**
 * Exercises the board listing functionality of the web interface.
 * <p>
 * $Id: WebBoardListTest.java 55 2004-12-07 21:53:42Z anderson $
 * <p>
 * @author Scott Anderson (<a href="mailto:scott@iwethey.org">scott@iwethey.org</a>)

From source file edu.harvard.med.screensaver.io.workbook2.Workbook2UtilsTest.java

public class Workbook2UtilsTest extends TestCase {
    private static final Logger log = Logger.getLogger(Workbook2UtilsTest.class);

    /** Requires manual inspection to verify success */
    public void testImageExport() throws Exception {
        try {

From source file org.prorefactor.core.unittest.TestNewSyntax.java

/** Test all tree parsers against new syntax.
 * These tests just run the tree parsers against the data/newsyntax directory.
 * If no exceptions are thrown, then the tests pass.
 * The files in the "newsyntax" directories are subject to change, so no other
 * tests should be added other than the expectation that they parse clean.
 */

From source file test.functional.TestBidBuySample.java

/** Test the stock sample code.
 */
public class TestBidBuySample extends TestCase {
    static Log log = LogFactory.getLog(TestBidBuySample.class.getName());

    public TestBidBuySample(String name) {

From source file org.xulux.logging.CommonsLoggingTest.java

/**
 * @author <a href="mailto:martin@mvdb.net">Martin van den Bemt</a>
 * @version $Id: CommonsLoggingTest.java,v 1.2 2005-04-30 10:05:25 mvdb Exp $
 */

public class CommonsLoggingTest extends TestCase {

From source file com.datis.irc.kryo.KryoSerializerTest.java

/**
 *
 * @author jeus
 */
public class KryoSerializerTest extends TestCase {

From source file com.webcohesion.ofx4j.io.TestUnmarshalling.java

/**
 * @author Ryan Heaton
 * @author Scott Priddy
 */
public class TestUnmarshalling extends TestCase {

From source file TestJSONStringBuffer.java

public class TestJSONStringBuffer extends TestCase {

    static String[] singleObject = { "{ \"str\": \n", "\"{}[]:\\\"blah\"}" };

    static String[] twoObjects = { "{ \"str\": \n", "\"{}[]:\"}[\"{}[]\",\n", "2,3,4 ]" };