gov.nist.microanalysis.EPQTests
Class LinearRegressionTest

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

public class LinearRegressionTest
extends junit.framework.TestCase

Tests the LinearRegression class.

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:
nritchie

Constructor Summary
LinearRegressionTest(java.lang.String arg0)
          Constructs a LinearRegressionTest
 
Method Summary
 void testOne()
           
 void testTwo()
           
 
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

LinearRegressionTest

public LinearRegressionTest(java.lang.String arg0)
Constructs a LinearRegressionTest

Parameters:
arg0 -
Method Detail

testOne

public void testOne()

testTwo

public void testTwo()