List of usage examples for junit.framework TestCase subclass-usage
From source file org.sipfoundry.sipxconfig.phone.polycom.SipConfigurationTest.java
public class SipConfigurationTest extends TestCase { private PolycomPhone phone; private PhoneTestDriver tester;
From source file test.functional.TestFaultsSample.java
/** Test the faults sample code. */ public class TestFaultsSample extends TestCase { static Log log = LogFactory.getLog(TestFaultsSample.class.getName()); public TestFaultsSample(String name) {
From source file com.wickettraining.modelproxy.domain.PhoneNumberTest.java
public class PhoneNumberTest extends TestCase { @SuppressWarnings("unchecked") public void testUseInLinkedHashSet() throws Exception { Set<PhoneNumber> set = new LinkedHashSet<PhoneNumber>(); PhoneNumber p1 = new PhoneNumber("123");
From source file org.geoserver.security.TestAccessLimitsSerialization.java
public class TestAccessLimitsSerialization extends TestCase {
FilterFactory2 ff;
Filter filter;
From source file org.callimachusproject.engine.TestTemplateEngine.java
public class TestTemplateEngine extends TestCase { private static final String SYSTEM_ID = "http://example.com/"; private final HttpClient client = HttpClientFactory.getInstance().createHttpClient(SYSTEM_ID); public void setUp() throws Exception { super.setUp();
From source file org.springmodules.cache.config.ehcache.EhCacheFacadeParserTests.java
/**
* <p>
* Unit Tests for <code>{@link EhCacheFacadeParser}</code>.
* </p>
*
* @author Alex Ruiz
From source file com.legstar.cixs.gen.model.CixsMappingModelTest.java
/** * Test the CixsMappingModel class. * */ public class CixsMappingModelTest extends TestCase {
From source file org.sipfoundry.sipxconfig.phone.DeviceFinderTest.java
public class DeviceFinderTest extends TestCase { private static final String MAC_ADDR_3 = "000413232667"; private static final String MAC_ADDR_2 = "0004f2008742"; private static final String MAC_ADDR_1 = "000b820a20e5"; private DeviceFinder m_out;
From source file com.joptimizer.algebra.CholeskyRCFactorizationTest.java
public class CholeskyRCFactorizationTest extends TestCase { private Log log = LogFactory.getLog(this.getClass().getName()); public void testInvert1() throws Exception { log.debug("testInvert1");
From source file com.joptimizer.algebra.CholeskyRCTFactorizationTest.java
public class CholeskyRCTFactorizationTest extends TestCase { private Log log = LogFactory.getLog(this.getClass().getName()); public void testInvert1() throws Exception { log.debug("testInvert1");