gov.nist.microanalysis.EPQTests
Class IonizationCrossSectionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gov.nist.microanalysis.EPQTests.IonizationCrossSectionTest
All Implemented Interfaces:
junit.framework.Test

public class IonizationCrossSectionTest
extends junit.framework.TestCase

Tests the IonizationCrossSection classes.

Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain

Institution: National Institute of Standards and Technology

Version:
1.0
Author:
Nicholas

Constructor Summary
IonizationCrossSectionTest(java.lang.String arg0)
          Constructs an IonizationCrossSectionTest
 
Method Summary
 void testOne()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

IonizationCrossSectionTest

public IonizationCrossSectionTest(java.lang.String arg0)
Constructs an IonizationCrossSectionTest

Parameters:
arg0 -
Method Detail

testOne

public void testOne()