Class IntegratorTest

java.lang.Object
com.irurueta.numerical.integration.IntegratorTest

class IntegratorTest extends Object
  • Field Details

  • Constructor Details

    • IntegratorTest

      IntegratorTest()
  • Method Details

    • create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator

      @Test void create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator()
    • create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator()
    • create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator

      @Test void create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator()
    • create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator()
    • create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator

      @Test void create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator()
    • create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator

      @Test void create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator()
    • comparePerformance

      @Test void comparePerformance() throws com.irurueta.numerical.integration.IntegrationException
      Throws:
      com.irurueta.numerical.integration.IntegrationException