List of usage examples for junit.framework TestCase subclass-usage
From source file ar.com.zauber.commons.spring.configurers.SystemPropertyPlaceholderConfigurerTest.java
/**
* Test de unidad de {@link SystemPropertyPlaceholderConfigurer}.
*
*
* @author Juan F. Codagnone
* @since Mar 23, 2008
From source file com.javaexchange.RandomGUIDTest.java
public class RandomGUIDTest extends TestCase { private Log logger; /** * Create the test case *
From source file org.sipfoundry.voicemail.MessageTest.java
public class MessageTest extends TestCase {
User m_user;
File m_testdir;
File m_mailstore;
Mailbox m_mailbox;
From source file com.almende.eve.test.TestCall.java
/** * The Class TestProxy. */ public class TestCall extends TestCase { private static final Logger LOG = Logger.getLogger(TestCall.class.getName());
From source file com.haulmont.cuba.core.sys.querymacro.DateEqualsMacroHandlerTest.java
public class DateEqualsMacroHandlerTest extends TestCase { public void testExpandMacro() throws Exception { Date date = new Date(); DateEqualsMacroHandler handler = new DateEqualsMacroHandler(); String res = handler.expandMacro("select distinct t from tm$Task t where t.id <> :param_exclItem "
From source file com.symbian.utils.cmdline.test.TestCmdLineSetTest.java
/** * @author EngineeringTools * */ public class TestCmdLineSetTest extends TestCase {
From source file org.apache.xml.security.test.ModuleTest.java
public class ModuleTest extends TestCase { /** {@link org.apache.commons.logging} logging facility */ static org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory .getLog(ModuleTest.class.getName());
From source file com.joptimizer.algebra.CholeskyDecompositionTest.java
/** * tests Commons-Math CholeskyDecomposition * * @author alberto trivellato (alberto.trivellato@gmail.com) */ public class CholeskyDecompositionTest extends TestCase {
From source file com.bradmcevoy.http.TestXmlWriter.java
public class TestXmlWriter extends TestCase { public TestXmlWriter() { } public void test() throws Exception { ByteArrayOutputStream out = new ByteArrayOutputStream();
From source file com.pureinfo.force.net.impl.HttpUtilImplTest.java
/**
* <P>
* Created on Dec 26, 2005 10:16:13 AM <BR>
* Last modified on Dec 26, 2005
* </P>
*