Class LongFactorialEstimatorTest

java.lang.Object
com.irurueta.numerical.LongFactorialEstimatorTest

class LongFactorialEstimatorTest extends Object
  • Constructor Details

    • LongFactorialEstimatorTest

      LongFactorialEstimatorTest()
  • 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 long fact(long value)