Contents:
Bases: TestCase
TestCase
Tests for the FehlbergRungeKutta class.
Tests the FRK5 method.
Tests the FRK6 method.
Tests the FRK7 method.
Tests the FRK8 method.
Tests for the NuclearDecay class.
Test of nuclear decay differential equation.
Test of nuclear decay analytical solution.
Test of getting nuclei value.
Test of getting tau value.
Test to check constructor while creating the object.
Test of setting nuclei value.
Test of setting tau value.
Tests for the RungeKutta class.
Tests the RK1 method.
Tests the RK2 method.
Tests the RK3 method.
Tests the RK4 method.
Tests the RK5 method.
Tests the RK6 method.
Tests for the Statistics class.
Test for finding maximal value in a list.
Test for finding mean value from all elements of list.
Test for finding minimal value in a list.