Searched defs:testable (Results 1 – 2 of 2) sorted by relevance
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/ |
D | FailableFunctionsTest.java | 285 final Testable<?, ?> testable = new Testable<>(null); in testAcceptBiConsumer() local 306 final Testable<?, ?> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptConsumer() local 327 final Testable<?, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptDoubleConsumer() local 352 final Testable<?, Integer> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptIntConsumer() local 377 final Testable<?, Long> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptLongConsumer() local 402 final Testable<String, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjDoubleConsumer() local 432 final Testable<String, Integer> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjIntConsumer() local 461 final Testable<String, Long> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjLongConsumer() local 490 final Testable<?, ?> testable = new Testable<>(null); in testApplyBiFunction() local 511 final Testable<?, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testApplyDoubleBinaryOperator() local [all …]
|
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
D | FunctionsTest.java | 272 final Testable<?, ?> testable = new Testable<>(null); in testAcceptBiConsumer() local 294 final Testable<?, ?> testable = new Testable<>(ise); in testAcceptConsumer() local 317 final Testable<?, Double> testable = new Testable<>(ise); in testAcceptDoubleConsumer() local 344 final Testable<?, Integer> testable = new Testable<>(ise); in testAcceptIntConsumer() local 371 final Testable<?, Long> testable = new Testable<>(ise); in testAcceptLongConsumer() local 398 final Testable<String, Double> testable = new Testable<>(ise); in testAcceptObjDoubleConsumer() local 430 final Testable<String, Integer> testable = new Testable<>(ise); in testAcceptObjIntConsumer() local 461 final Testable<String, Long> testable = new Testable<>(ise); in testAcceptObjLongConsumer() local 492 final Testable<?, ?> testable = new Testable<>(null); in testApplyBiFunction() local 515 final Testable<?, ?> testable = new Testable<>(ise); in testApplyFunction() local [all …]
|