List of usage examples for junit.framework TestCase subclass-usage
From source file com.almende.pi5.common.TestPT.java
/** * The Class TestPT. */ public class TestPT extends TestCase { /**
From source file fedroot.dacs.http.DacsClientContextTest.java
/** * * @author Roderick Morrison <rmorriso at fedroot.com> */ public class DacsClientContextTest extends TestCase {
From source file org.fusesource.cloudmix.controller.RuntimeTestSupport.java
/** * @version $Revision$ */ public abstract class RuntimeTestSupport extends TestCase { protected static final Log LOG = LogFactory.getLog(RuntimeTestSupport.class);
From source file org.sipfoundry.sipxconfig.admin.alarm.AlarmConfigurationTest.java
public class AlarmConfigurationTest extends TestCase { public void testGenerateAlarms() throws Exception { AlarmConfiguration alarmConf = new AlarmConfiguration(); alarmConf.setVelocityEngine(TestHelper.getVelocityEngine()); alarmConf.setTemplate("alarms/sipXalarms-config.vm");
From source file gov.nih.nci.cabig.ctms.web.filters.ContextRetainingFilterAdapterTest.java
/** * @author Rhett Sutphin */ public class ContextRetainingFilterAdapterTest extends TestCase { private ContextRetainingFilterAdapter adapter = new ContextRetainingFilterAdapter() { };
From source file com.almende.test.dht.TestAgent.java
/** * The Class TestAgent. */ public class TestAgent extends TestCase { /**
From source file com.universal.storage.TestUniversalFileStorage.java
/**
* The MIT License (MIT)
*
* Copyright (c) 2015 Dynamicloud
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
From source file com.ms.commons.nisa.impl.ConfigServiceImplTest.java
/** * @author zxc Apr 12, 2013 6:55:40 PM */ public class ConfigServiceImplTest extends TestCase { public void testInit() {
From source file org.jasig.cas.event.advice.PageRequestHandlerInterceptorAdapterTests.java
/** * @author Scott Battaglia * @version $Revision: 39552 $ $Date: 2007-01-22 15:35:37 -0500 (Mon, 22 Jan 2007) $ * @since 3.0 */ public class PageRequestHandlerInterceptorAdapterTests extends TestCase {
From source file edu.northwestern.bioinformatics.studycalendar.security.plugin.websso.direct.LoginFormReaderTest.java
/** * @author Rhett Sutphin */ public class LoginFormReaderTest extends TestCase { public void testCanExtractLoginTicketFromWebSSOLoginPage() throws Exception { LoginFormReader reader = readerFor("websso-login-selected-credential-provider.html");