Example usage for junit.framework Assert subclass-usage

List of usage examples for junit.framework Assert subclass-usage

Introduction

In this page you can find the example usage for junit.framework Assert subclass-usage.

Usage

From source file org.apache.hadoop.util.TestFindClass.java

/**
 * Test the find class logic
 */
public class TestFindClass extends Assert {
    private static final Log LOG = LogFactory.getLog(TestFindClass.class);

From source file org.apache.ode.scheduler.simple.RetriesTest.java

/**
 * @author Matthieu Riou <mriou@apache.org>
 */
public class RetriesTest extends Assert implements Scheduler.JobProcessor {
    private static final Log __log = LogFactory.getLog(RetriesTest.class);

From source file it.geosolutions.geobatch.action.scripting.ScriptingTest.java

/**
 * 
 * @author etj
 * @author Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
 */
public class ScriptingTest extends Assert {

From source file com.visural.domo.spring.TransactionImplTest.java

/**
 *
 * @author Richard Nichols
 */
public class TransactionImplTest extends Assert {

From source file org.apache.ddlutils.DatabaseTestHelper.java

/**
 * Class that provides utility stuff for cpmaring data in databases.
 *
 * @version $Revision: 264616 $
 */
public class DatabaseTestHelper extends Assert {

From source file org.mule.transport.http.servlet.MuleServletTestCase.java

public class MuleServletTestCase extends Assert {
    private MuleContext muleContext;
    private MuleRegistry registry;

    @Before
    public void setUp() {

From source file com.scaleunlimited.cascading.DatumCompilerTest.java

public class DatumCompilerTest extends Assert {

    // TODO add test for this forcing the creation of a transient datum,
    // and having abstract get/set methods.
    // private transient List<String> _expandedAliases;

From source file org.apache.ddlutils.util.DatabaseTestHelper.java

/**
 * Class that provides utility stuff for cpmaring data in databases.
 *
 * @version $Revision: 264616 $
 */
public class DatabaseTestHelper extends Assert {

From source file com.github.nmorel.gwtjackson.shared.AbstractTester.java

/**
 * Extends {@link Assert} because GWT does not support {@link org.junit.Assert}
 *
 * @author Nicolas Morel
 */
public abstract class AbstractTester extends Assert {

From source file org.jactr.io.CommonIO.java

public class CommonIO extends Assert {

    /**
     * Logger definition
     */