au.csiro.netcdf.util
Class NetCDFUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by au.csiro.netcdf.util.NetCDFUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class NetCDFUtilsTest
extends junit.framework.TestCase

Check the function of the NetCDFUtils class. Copyright 2010, CSIRO Australia All rights reserved.

Version:
$Revision: 78 $ $Date: 2010-07-24 16:23:13 +1000 (Sat, 24 Jul 2010) $
Author:
James Dempsey on 19/04/2010

Constructor Summary
NetCDFUtilsTest()
           
 
Method Summary
protected  void setUp()
           
 void testReadAttributesFromStream()
          Test method for NetCDFUtils.readAttributesFromStream(java.io.InputStream).
 void testReadAttributesFromStreamNull()
          Test method for NetCDFUtils.readAttributesFromStream(java.io.InputStream).
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetCDFUtilsTest

public NetCDFUtilsTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testReadAttributesFromStreamNull

public void testReadAttributesFromStreamNull()
                                      throws Exception
Test method for NetCDFUtils.readAttributesFromStream(java.io.InputStream).

Throws:
Exception

testReadAttributesFromStream

public void testReadAttributesFromStream()
                                  throws Exception
Test method for NetCDFUtils.readAttributesFromStream(java.io.InputStream).

Throws:
Exception


Copyright © 2010. All Rights Reserved.