List of usage examples for junit.framework Assert subclass-usage
From source file org.apache.axis2.saaj.AttachmentTest.java
@RunWith(SAAJTestRunner.class) public class AttachmentTest extends Assert { @Validated @Test public void testStringAttachment() throws Exception {
From source file org.geotools.imageio.unidata.UnidataTest.java
/**
* Testing Low Level Unidata reader infrastructure.
*
* @author Simone Giannecchini, GeoSolutions SAS
* @source $URL$
*/
From source file org.geotools.coverage.io.netcdf.NetCDFPolyphemusTest.java
/** * * * @source $URL$ */ public final class NetCDFPolyphemusTest extends Assert {
From source file org.kalypso.ogc.sensor.filter.filters.interval.test.IntervalFilterTest.java
/** * Tests the interval filter. * * @author Gernot Belger */ public class IntervalFilterTest extends Assert {
From source file org.geotools.gce.imagepyramid.ImagePyramidReaderTest.java
/**
* Testing {@link ImagePyramidReader}.
*
* @author Simone Giannecchini
* @author Stefan Alfons Krueger (alfonx), Wikisquare.de : Test coverage for pyramids stored in JARs and referenced by URLs
* @since 2.3
From source file org.smartfrog.test.SmartFrogTestManager.java
/**
* This class manages lifecycle tests; it is a refactoring of the SmartFrogTestBase and DeployingTestBase
* classes so that much of the work can also be done in Groovy.
*
* It extends the {@link Assert} class s
*/
From source file org.geotools.coverage.io.netcdf.NetCDFReaderTest.java
public class NetCDFReaderTest extends Assert { /** * Test using this netcdf image: * data: * LAI=
From source file com.thelastcrusade.soundstream.ete.harnesses.AbstractHarness.java
/**
* An abstract harness that covers core harness functionality.
*
* @author Taylor Wrobel
*
*/