be.ac.ulb.mlg.utils
Class MeasurerTest

java.lang.Object
  extended by be.ac.ulb.mlg.utils.MeasurerTest

public class MeasurerTest
extends Object


Constructor Summary
MeasurerTest()
           
 
Method Summary
 void setUp()
           
 void testBasic()
           
 void testIgnore()
           
 void testMissing()
           
 void testMultipleMeasures()
           
 void testNative()
           
 void testNormalize()
           
 void testShuffle()
           
 void testThreads()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurerTest

public MeasurerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testMultipleMeasures

public void testMultipleMeasures()
                          throws Exception
Throws:
Exception

testMissing

public void testMissing()

testIgnore

public void testIgnore()

testBasic

public void testBasic()

testThreads

public void testThreads()

testNormalize

public void testNormalize()

testShuffle

public void testShuffle()

testNative

public void testNative()
                throws Exception
Throws:
Exception