List of usage examples for junit.framework Assert subclass-usage
From source file org.geotools.gce.imagecollection.ImageCollectionReaderTest.java
/**
* @author Daniele Romagnoli, GeoSolutions
* @author Andrea Aime, GeoSolutions
* @author Simone Giannecchini, GeoSolutions
*
*
From source file org.apache.axis2.saaj.SOAPFactoryTest.java
/** * */ @RunWith(SAAJTestRunner.class) public class SOAPFactoryTest extends Assert { private static final Log log = LogFactory.getLog(SOAPFactoryTest.class);
From source file it.geosolutions.geobatch.action.scripting.ScriptingActionTest.java
/** * * @author etj * @author Carlo Cancellieri - carlo.cancellieri@geo-solutions.it */ public class ScriptingActionTest extends Assert {
From source file org.smartfrog.test.unit.sfcore.languages.cdl.DocumentTestHelper.java
/** * Class to help parsing; XmlTestBase delegates stuff here * created 25-Nov-2005 15:33:28 */ public class DocumentTestHelper extends Assert {
From source file net.sf.json.test.JSONAssert.java
/** * Provides assertions on equality for JSON strings and JSON types. * * @author Andres Almiray <aalmiray@users.sourceforge.net> */ public class JSONAssert extends Assert {
From source file org.geotools.coverage.io.catalog.CatalogSliceTest.java
/** * @author Simone Giannecchini, GeoSolutions SAS * */ public class CatalogSliceTest extends Assert {
From source file org.kalypso.ogc.gml.serialize.test.GmlTriSurface2HmoConverterTest.java
/** * @author felipe maximino */ public class GmlTriSurface2HmoConverterTest extends Assert { @Test public void testSerialize() throws Exception {
From source file org.apache.cactus.internal.client.ClientTestCaseCaller.java
/**
* Provides the ability to run common code before and after each test on the
* client side. All the methods provided are independent of any communication
* protocol between client side and server side (HTTP, JMS, etc). Any protocol
* dependent methods must be provided and implemented in the
* {@link ProtocolHandler} implementation class.
From source file org.firewaterframework.test.TestRouteMapper.java
/**
* Tests Against RouteMapper
*
* @author tspurway
* @see RouteMapper
*/
From source file org.kalypso.model.wspm.tuhh.ui.imports.sobek.SobekImportTest.java
/** * @author Gernot Belger */ public class SobekImportTest extends Assert { @Test public void testSobek2Wspm() throws IOException, CoreException, InvocationTargetException, GMLSchemaException {