Class: TestBench::DetectCoverage::Invocation
- Inherits:
-
Struct
- Object
- Struct
- TestBench::DetectCoverage::Invocation
- Defined in:
- lib/test_bench/detect_coverage/detect_coverage.rb
Instance Attribute Summary collapse
-
#method_specifier ⇒ Object
Returns the value of attribute method_specifier.
-
#test_file ⇒ Object
Returns the value of attribute test_file.
Instance Method Summary collapse
Instance Attribute Details
#method_specifier ⇒ Object
Returns the value of attribute method_specifier
78 79 80 |
# File 'lib/test_bench/detect_coverage/detect_coverage.rb', line 78 def method_specifier @method_specifier end |
#test_file ⇒ Object
Returns the value of attribute test_file
78 79 80 |
# File 'lib/test_bench/detect_coverage/detect_coverage.rb', line 78 def test_file @test_file end |
Instance Method Details
#method ⇒ Object
79 |
# File 'lib/test_bench/detect_coverage/detect_coverage.rb', line 79 def method = method_specifier |