List of usage examples for junit.framework TestCase subclass-usage
From source file org.sipfoundry.sipxconfig.phone.kphone.KPhoneTest.java
public class KPhoneTest extends TestCase { private KPhone m_phone; protected void setUp() throws Exception { m_phone = new KPhone(); PhoneModel phoneModel = new PhoneModel("kphone");
From source file com.clover.sdk.v1.employee.EmployeeUtilsTest.java
public class EmployeeUtilsTest extends TestCase { public void testDisplayName() throws org.json.JSONException { // Test that display name uses primary 'name' attribute when nickname is not set Employee employee = new Employee("Name 1", null, null, null, null, null, null); String displayName = EmployeeUtils.getDisplayName(employee); assertEquals(displayName, "Name 1");
From source file com.symbian.utils.cmdline.argscheckers.test.TestAlphaNumericData.java
/** * @author EngineeringTools */ public class TestAlphaNumericData extends TestCase { public void test() {
From source file com.pureinfo.srmcenter.datasync.client.domain.impl.SyncConfigInfoMgrImplTest.java
/**
*
* <P>
* Created on Jan 24, 2006 4:04:30 PM<BR>
* Last modified on Jan 24, 2006
* </P>
From source file edu.northwestern.bioinformatics.studycalendar.utility.osgimosis.BidirectionalObjectStoreTest.java
/** * @author Rhett Sutphin */ public class BidirectionalObjectStoreTest extends TestCase { private BidirectionalObjectStore store;
From source file gov.nih.nci.ncicb.tcga.dcc.qclive.common.MD5ChecksumCreatorFastTest.java
/** * @author Robert S. Sfeir */ public class MD5ChecksumCreatorFastTest extends TestCase { private static final String TEST_CHECKSUM_TEXT = "For the Horde";
From source file gov.nih.nci.cabig.ctms.web.WebTestCase.java
/** * @author Rhett Sutphin */ public abstract class WebTestCase extends TestCase { protected MockHttpServletRequest request; protected MockHttpServletResponse response;
From source file org.jasig.cas.validation.UsernamePasswordCredentialsValidatorTests.java
/** * @author Scott Battaglia * @version $Revision: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $ * @since 3.0 */ public class UsernamePasswordCredentialsValidatorTests extends TestCase {
From source file de.christian_klisch.software.servercheck.WebServerTest.java
/**
* JUnit Test.
*
* @author Christian Klisch
*
* License:
From source file org.geoserver.wfs.notification.TriggerFileWatcherTest.java
public class TriggerFileWatcherTest extends TestCase implements TestConstants { private static final QName FOREIGN_KEY = new QName(NS_FOO, "foreignKey"); private static final QName LOCAL_KEY2 = new QName(NS_TRACK, "localKey2"); private static final QName LOCAL_KEY = new QName(NS_TRACK, "localKey");