List of usage examples for junit.framework TestCase subclass-usage
From source file org.guicerecipes.spring.LifecycleTest.java
/** @author james.strachan@gmail.com (James Strachan) */ public class LifecycleTest extends TestCase { public void testBeanInitialised() throws CreationException, CloseFailedException { Injector injector = Guice.createInjector(new SpringModule(), new AbstractModule() { @Override
From source file org.itstechupnorth.walrus.unpack.ArchiveArticleProcessorTest.java
public class ArchiveArticleProcessorTest extends TestCase { ArchiveArticleProcessor processor; private File directory; @Override
From source file org.metamorfosis.framework.Log4jTest.java
/** * * @author iberck */ public class Log4jTest extends TestCase {
From source file org.osaf.cosmo.eim.eimml.EimmlStreamReaderTest.java
/** * Test Case for {@link EimmlStreamReader}. */ public class EimmlStreamReaderTest extends TestCase implements EimmlConstants { private static final Log log = LogFactory.getLog(EimmlStreamReaderTest.class);
From source file org.springmodules.validation.util.condition.adapter.CommonsPredicateConditionTests.java
/** * Tests for {@link org.springmodules.validation.util.condition.adapter.CommonsPredicateCondition}. * * @author Uri Boness */ public class CommonsPredicateConditionTests extends TestCase {
From source file pt.webdetails.cdf.dd.render.layout.BootstrapPanelBodyRenderTest.java
public class BootstrapPanelBodyRenderTest extends TestCase { private BootstrapPanelBodyRender renderForTest; @Before public void setUp() throws Exception {
From source file pt.webdetails.cdf.dd.render.layout.BootstrapPanelFooterRenderTest.java
public class BootstrapPanelFooterRenderTest extends TestCase { private BootstrapPanelFooterRender renderForTest; @Before public void setUp() throws Exception {
From source file pt.webdetails.cdf.dd.render.layout.BootstrapPanelHeaderRenderTest.java
public class BootstrapPanelHeaderRenderTest extends TestCase { private BootstrapPanelHeaderRender renderForTest; @Before public void setUp() throws Exception {
From source file org.iwethey.forums.web.user.test.WebLoginTest.java
/**
* Exercises the login functionality of the web interface.
* <p>
* $Id: WebLoginTest.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 org.jboss.fuse.camel.c24io.spring.SpringWithBadElementNameTest.java
/** * @version $Revision$ */ public class SpringWithBadElementNameTest extends TestCase { @Test public void testBadElementName() throws Exception {