Searched refs:test_count (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_array_interface.py32 def test_count(self): member in class:ArrayTests
33 # Disable test_count because NSArray.count
248 def test_count(self): member in class:MutableArrayTest
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dunit.rb743 attr_accessor :test_count, :assertion_count # :nodoc:
863 @test_count, @assertion_count = 0, 0
869 @test_count = results.inject(0) { |sum, (tc, _)| sum + tc }
879 [t, test_count / t, assertion_count / t]
1051 return failures + errors if @test_count > 0 # or return nil...
1068 io.puts format % [test_count, assertion_count, failures, errors, skips]
/macosx-10.9.5/ruby-104/ruby/lib/test/
H A Dunit.rb537 @test_count += 1
709 @test_count = 0
714 @test_count += 1
719 count = @test_count.to_s(10).rjust(@total_tests.size)
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_gc.rb51 def test_count method in class:TestGc
H A Dtest_enum.rb61 def test_count method
H A Dtest_m17n.rb1023 def test_count method in class:TestM17N.AESU.ua.a.e
H A Dtest_string.rb485 def test_count method in class:TestString.test_CMP.test_MATCH
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_common_tests.pm122 (221 + $num_rescans * $col_accessor_map_tests + $extra_count + ($self->{data_type_tests}{test_count} || 0));
142 plan tests => @$connect_info * (3 + ($self->{extra}{count} || 0) + ($self->{data_type_tests}{test_count} || 0));
1281 if (my $test_count = $self->{data_type_tests}{test_count}) {
1283 skip 'DBD::Sybase does not work with the data_type tests on latest SQL Server', $test_count;
2212 my $test_count = 0;
2268 $test_count++;
2276 $tests->{test_count} = $test_count;
2278 return $test_count;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/enc/
H A Dtest_utf16.rb164 def test_count method in class:TestUTF16
/macosx-10.9.5/ruby-104/ruby/test/minitest/
H A Dtest_minitest_unit.rb512 test_count = 2
513 test_latch = Latch.new test_count
529 test_count.times do |i|
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_nsstring_compat.rb408 def test_count method in class:TC_ObjcString
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c5173 static int test_count = 0; local
5175 test_count++;
5176 if ((test_count % 200) == 0) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { argument
2459 return FormatCountableNoun(test_count, "test", "tests");

Completed in 383 milliseconds