List of usage examples for junit.framework TestCase subclass-usage
From source file com.clover.sdk.v3.apps.AppNotificationTest.java
public class AppNotificationTest extends TestCase { /** * Tests marshalling to and from JSON. */ public void testJSON() throws Exception {
From source file com.github.veithen.ulog.itest.jul.Test.java
public class Test extends TestCase { private DummyHandler handler; @Override protected void setUp() throws Exception { java.util.logging.Logger logger = java.util.logging.Logger.getLogger("test");
From source file org.osaf.cosmo.dav.BaseDavTestCase.java
/** * Base class for DAV test cases. */ public abstract class BaseDavTestCase extends TestCase implements ExtendedDavConstants { private static final Log log = LogFactory.getLog(BaseDavTestCase.class);
From source file test.BaseIntegrationTest.java
public abstract class BaseIntegrationTest extends TestCase implements ModuleDefinitionSource { private static final Log logger = LogFactory.getLog(BaseIntegrationTest.class); @Override protected void setUp() throws Exception {
From source file com.github.veithen.ulog.itest.log4j.Test.java
public class Test extends TestCase { private DummyAppender appender; @Override protected void setUp() throws Exception { org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger("test");
From source file com.qualogy.qafe.web.CssProviderTest.java
public class CssProviderTest extends TestCase { @BeforeClass protected void setUp() throws Exception { super.setUp(); }
From source file edu.uci.ics.jung.algorithms.scoring.TestPageRankWithPriors.java
/** * @author Scott White */ public class TestPageRankWithPriors extends TestCase { // private Map<Integer,Number> edgeWeights;
From source file org.eclipse.emf.cdo.examples.hibernate.client.GenerateHBMTest.java
/**
* This class shows how the hibernate mapping can be generated programmatically. The hibernate mapping can be stored
* locally and used in the server.
* <p/>
* See <a href=
* "http://wiki.eclipse.org/CDO_Hibernate_Store_Model_Relational_Mapping#Generating_the_mapping.2C_manually_changing_it_and_then_use_the_manual_mapping"
From source file org.noorganization.instalistsynch.controller.local.impl.DefaultAuthManagerControllerTest.java
/** * Created by tinos_000 on 09.02.2016. */ public class DefaultAuthManagerControllerTest extends TestCase { public void testRequestToken() throws Exception {
From source file org.sipfoundry.sipxconfig.phone.polycom.DeviceConfigurationTest.java
public class DeviceConfigurationTest extends TestCase { private PolycomPhone phone; private ProfileGenerator m_pg;