Searched refs:num_tests (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBuilder.pm360 my($self, $num_tests) = @_;
363 if( defined $num_tests ) {
367 $num_tests = $self->current_test;
378 if( $self->expected_tests && $num_tests != $self->expected_tests ) {
380 "but done_testing() expects $num_tests");
383 $self->{Expected_Tests} = $num_tests;
386 $self->_output_plan($num_tests) unless $self->{Have_Output_Plan};
1530 my $num_tests = $self->{Curr_Test};
1536 Looks like you failed $num_failed test$s of $num_tests$qualifier.
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_hmac.c70 _test_hmac(evp_alg_t alg, byteVector_t *key[], stringVector_t *msg[], byteVector_t *md[], const size_t num_tests) argument
75 for (i = 0; i < num_tests; i++) {
H A Dtest_md.c48 _test_digest(evp_alg_t alg, stringVector_t *msg[], byteVector_t *md[], const size_t num_tests) argument
56 for (i = 0; i < num_tests; i++) {
H A Dtest_cryptor.c46 static int _test_cryptor(evp_alg_t alg, const byteVector_t *key[], const byteVector_t *pt[], const byteVector_t *ct[], const unsigned num_tests) argument
62 for(i = 0; i < num_tests; i++) {
534 static int _test_mode(evp_alg_t alg, const byteVector_t *key[], const byteVector_t *iv[], const byteVector_t *pt[], const byteVector_t *ct[], const unsigned num_tests) argument
550 for(i = 0; i < num_tests; i++) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm200 $Test->plan( tests => $num_tests );
1766 my $num_tests = $self->{Curr_Test};
1772 Looks like you failed $num_failed test$s of $num_tests$qualifier.
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm217 $Test->plan( tests => $num_tests );

Completed in 120 milliseconds