wodka.test
Class UtilTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bywodka.test.UtilTest
All Implemented Interfaces:
junit.framework.Test

public class UtilTest
extends junit.framework.TestCase


Constructor Summary
UtilTest(java.lang.String str)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testCombinations()
           
 void testCombinations1()
           
 void testCompleteBackslashes()
           
 void testConvertFitness()
           
 void testCraterFunction()
           
 void testDoubleValuesCrossover()
           
 void testDoubleValuesMutate()
           
 void testDoubleValuesReadDefaultValues()
           
 void testDoubleValuesSetOutOfRanges()
           
 void testDoubleValuesSetOutOfRangesWithChangedRanges()
           
 void testFormat()
           
 void testGrid()
           
 void testGridLayoutAlignment()
           
 void testIndexOfDouble()
           
 void testIndexOfInt()
           
 void testLinearTransform01()
           
 void testLinearTransform02()
           
 void testMeanBuffer()
           
 void testPairDetector()
           
 void testPeak3D_00()
           
 void testPeak3D_01()
           
 void testPeakFunction()
           
 void testPeakFunction0()
           
 void testPeakFunction1()
           
 void testRandomValues()
           
 void testThinning()
           
 void testTimeFormat()
           
 void xtestReverse()
           
 
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

UtilTest

public UtilTest(java.lang.String str)
Method Detail

testPairDetector

public void testPairDetector()

testLinearTransform01

public void testLinearTransform01()

testLinearTransform02

public void testLinearTransform02()

testPeakFunction

public void testPeakFunction()

testPeakFunction0

public void testPeakFunction0()

testPeakFunction1

public void testPeakFunction1()

testMeanBuffer

public void testMeanBuffer()

testPeak3D_00

public void testPeak3D_00()

testPeak3D_01

public void testPeak3D_01()

testCraterFunction

public void testCraterFunction()

testGridLayoutAlignment

public void testGridLayoutAlignment()

testCompleteBackslashes

public void testCompleteBackslashes()

testIndexOfDouble

public void testIndexOfDouble()

testIndexOfInt

public void testIndexOfInt()

testCombinations

public void testCombinations()

testCombinations1

public void testCombinations1()

testDoubleValuesReadDefaultValues

public void testDoubleValuesReadDefaultValues()

testDoubleValuesSetOutOfRanges

public void testDoubleValuesSetOutOfRanges()

testDoubleValuesSetOutOfRangesWithChangedRanges

public void testDoubleValuesSetOutOfRangesWithChangedRanges()

testDoubleValuesCrossover

public void testDoubleValuesCrossover()

testDoubleValuesMutate

public void testDoubleValuesMutate()

testGrid

public void testGrid()

testThinning

public void testThinning()

testConvertFitness

public void testConvertFitness()

testTimeFormat

public void testTimeFormat()

testRandomValues

public void testRandomValues()

testFormat

public void testFormat()

xtestReverse

public void xtestReverse()

main

public static void main(java.lang.String[] args)