net.simplace.client.simulation.lap.test.model.FSTFunctionsTest
Test the lintul module
public class FSTFunctionsTest extends
net.simplace.client.simulation.lap.util.FSTFunctions {
// Public Constructors
public FSTFunctionsTest();
// Public Instance Methods public void setUp() throws Exception;
public void testAFGENNormal();
Checks if AFGEN produces same results if table is given in different formats
public void testAFGENEqual();
Checks how AFGEN deals when two consecutive x values are the same
public void testAFGENOne();
Cecks if the table is empty or has only one entry
public void testAFGENPair();
Cecks if the table has only one xy-Pair
public void testAFGENOdd();
}
Hierarchy: java.lang.Object - net.simplace.client.simulation.lap.util.FSTFunctions - FSTFunctionsTest