List of usage examples for junit.framework TestCase subclass-usage
From source file org.osaf.cosmo.io.BufferedContentTest.java
/** * Test BufferedContent */ public class BufferedContentTest extends TestCase { public void testBufferedContent() throws Exception {
From source file com.alibaba.simpleimage.render.ScaleRenderTest.java
/** * TODO Comment of ScaleRenderTest * * @author wendell */ public class ScaleRenderTest extends TestCase {
From source file com.github.veithen.ulog.itest.logback.Test.java
public class Test extends TestCase { private DummyAppender appender; @Override protected void setUp() throws Exception { // Normally an application would get the logger via the SLF4J API, but since this is what we want to
From source file ar.com.zauber.commons.spring.beans.factory.impl.BooleanSystemPropertyCaseBlockTest.java
/**
* Prueba de {@link BooleanSystemPropertyCaseBlock}.
*
* @author Juan F. Codagnone
* @since Jun 10, 2008
*/
From source file ar.com.zauber.commons.web.proxy.impl.InmutableURLRequestMapperTest.java
/**
* Tests for {@link InmutableURLRequestMapper}
*
*
* @author Juan F. Codagnone
* @since Aug 28, 2008
From source file com.gu.management.database.logging.SqlQueryDataTest.java
public class SqlQueryDataTest extends TestCase { private String sqlQueryWithComment; private String sqlQueryWithoutComment; private String sqlQueryWithInlineComment; private String sqlQueryWithUnterminatedComment;
From source file org.springframework.test.ConditionalTestCase.java
/**
* This class is only used within tests in the spring-orm module.
*
* <p>Superclass for JUnit 3.8 based tests that allows conditional test execution
* at the individual test method level. The
* {@link #isDisabledInThisEnvironment(String) isDisabledInThisEnvironment()}
From source file com.softlayer.objectstorage.test.UnitTest.java
/**
* Unless otherwise noted, all files are released under the MIT license,
* exceptions contain licensing information in them.
*
* Copyright (C) 2012 SoftLayer Technologies, Inc.
*
From source file org.qipki.crypto.x509.DistinguishedNameTest.java
public class DistinguishedNameTest extends TestCase { private static final String WRONG_SAMPLE = "WRONG=ROI, BAD=HENOK"; private static final String RFC1779_SAMPLE = "CN=Paul Merlin, OID.2.5.4.45=J0290952, OU=Codeartisans Github, O=Codeartisans, C=FR"; private static final String RFC2253_SAMPLE = "CN=Paul Merlin,2.5.4.45=#13084a30323930393532,OU=Codeartisans Github,O=Codeartisans,C=FR"; private static final String RFC1779_and_3383_SAMPLE = "CN=Paul Merlin, x500UniqueIdentifier=J0290952, OU=Codeartisans Github, O=Codeartisans, C=FR";
From source file com.joptimizer.util.MPSParserTest.java
/**
* MPS parsing test.
*
* @see "http://en.wikipedia.org/wiki/MPS_%28format%29"
* @author alberto trivellato (alberto.trivellato@gmail.com)
*/