Class DoubleFactorialEstimatorTest

java.lang.Object
com.irurueta.numerical.DoubleFactorialEstimatorTest

class DoubleFactorialEstimatorTest extends Object
  • Constructor Details

    • DoubleFactorialEstimatorTest

      DoubleFactorialEstimatorTest()
  • Method Details

    • defaultConstructor_setsExpectedCache

      @Test void defaultConstructor_setsExpectedCache()
    • constructor_whenSmallValue_throwsException

      @Test void constructor_whenSmallValue_throwsException()
    • constructor_whenLargeValue_throwsException

      @Test void constructor_whenLargeValue_throwsException()
    • factorial_returnsExpectedValue

      @Test void factorial_returnsExpectedValue()
    • factorial_whenSmallValue_throwsException

      @Test void factorial_whenSmallValue_throwsException()
    • factorial_whenLargeValue_throwsException

      @Test void factorial_whenLargeValue_throwsException()
    • fact

      private static double fact(long value)