List of usage examples for junit.framework TestCase subclass-usage
From source file com.symbian.utils.cmdline.argscheckers.test.TestOpenSocketData.java
/** * @author EngineeringTools */ public class TestOpenSocketData extends TestCase { OpenSocketData lFilterUnderTest = new OpenSocketData(7);
From source file edu.uci.ics.jung.algorithms.scoring.TestPageRank.java
/** * @author Joshua O'Madadhain */ public class TestPageRank extends TestCase { private Map<Integer, Number> edgeWeights;
From source file org.eclipse.swordfish.core.planner.PlannerTest.java
/** * * @author dwolz */ public class PlannerTest extends TestCase {
From source file com.networknt.light.rule.access.AccessRuleTest.java
/** * Created by steve on 01/03/15. */ public class AccessRuleTest extends TestCase { ObjectMapper mapper = new ObjectMapper();
From source file com.legstar.host.invoke.HostInvokerFactoryTest.java
/** * Test HostInvokerFactory. * */ public class HostInvokerFactoryTest extends TestCase {
From source file org.esigate.renderers.ResourceFixupRendererTest.java
/**
* Tests on ResourceFixupRenderer.
*
* @author Nicolas Richeton
*
*/
From source file org.sipfoundry.sipxconfig.common.CronScheduleTest.java
public class CronScheduleTest extends TestCase { protected void setUp() throws Exception { super.setUp(); }
From source file org.sipfoundry.sipxconfig.domain.DomainConfigurationTest.java
public class DomainConfigurationTest extends TestCase { private DomainConfiguration m_out; @Override public void setUp() throws Exception { Location location = new Location();
From source file com.android.loganalysis.item.MonkeyLogItemTest.java
/** * Unit test for {@link MonkeyLogItem}. */ public class MonkeyLogItemTest extends TestCase { /** * Test that {@link MonkeyLogItem#toJson()} returns correctly.
From source file org.seasar.teeda.extension.util.UploadedFileImplTest.java
/** * @author koichik */ public class UploadedFileImplTest extends TestCase { /**