Test setValues method (and drawing functions) with different amount of positive values:
Random float values in an array with size of the amount of values.
A plotting of the random values or no plotting for case ``Zero values''.
testing.log
file containing the testing data.
M-HP-02: Setting negative values
Similar test to M-HP-01, with the exception of values being negative.
Random negative float values in an array with size of the amount of values.
A plotting of the random values or no plotting for case ``Zero values''. testing.log
file containing the testing data.
M-HP-03: Negative and positive values
Combined test of M-HP-01 and M-HP-02: Values on both sides of time axis, near it.
Random positive and negative float values in an array with size of the amount of values.
A plotting of the random values or no plotting for case ``Zero values''. testing.log
file containing the testing data.
M-HP-04: Big positive values
Test big positive values.
Random big positive float values in an array with size of 20-50.
A plotting of the values. testing.log
file containing the testing data.
M-HP-05: Big negative values
Test big negative values.
Random big negative float values in an array with size of 20-50.
A plotting of the values. testing.log
file containing the testing data.