Class: CQL::SsoLineCountFilter

Inherits:
TypeCountFilter show all
Defined in:
lib/cql/sso_filters.rb

Overview

Not a part of the public API. Subject to change at any time.

Instance Attribute Summary

Attributes inherited from TypeCountFilter

#comparison, #types

Instance Method Summary collapse

Methods inherited from TypeCountFilter

#execute, #initialize

Constructor Details

This class inherits a constructor from CQL::TypeCountFilter

Instance Method Details

#type_count(test) ⇒ Object

Counts the numbers of steps on a test



10
11
12
# File 'lib/cql/sso_filters.rb', line 10

def type_count(test)
  test.steps.size
end