Method: Datum::Container#count
- Defined in:
- lib/datum/container.rb
#count ⇒ Fixnum (readonly) Also known as: length, size, test_count
The total number of test cases generated for the data method
26 |
# File 'lib/datum/container.rb', line 26 def count; @loaded_data.count + @invoked_data.count; end |