Module: Dither::Aetg::Pairwise::Pairs
- Defined in:
- lib/dither/aetg_pairwise.rb
Instance Method Summary collapse
Instance Method Details
#in_test_case?(test_case) ⇒ Boolean
13 14 15 |
# File 'lib/dither/aetg_pairwise.rb', line 13 def in_test_case?(test_case) self.all? { |pair| pair.j == test_case[pair.i] } end |