Class: RSpec::SleepingKingStudios::Sandbox::Result
- Parent Namespace
- RSpec::SleepingKingStudios::Sandbox
- Inherited Classes
- Struct
>
Object
- Defined In
- lib/rspec/sleeping_king_studios/sandbox.rb
Table Of Contents
Overview
Value class for the result of calling a sandboxed spec file.
Back To Top
Instance Attributes
#errors => Object
Returns the value of attribute errors
Returns
- (Object) — the current value of errors
#json => Object
Returns the value of attribute json
Returns
- (Object) — the current value of json
#output => Object
Returns the value of attribute output
Returns
- (Object) — the current value of output
#status => Object
Returns the value of attribute status
Returns
- (Object) — the current value of status
Back To Top
Instance Methods
#example_descriptions => Array<String>
Returns
- (Array<String>) — the full description for each run example.
#failing_examples => Array<String>
Returns
- (Array<String>) — the full description for each run example with
status "failed".
#passing_examples => Array<String>
Returns
- (Array<String>) — the full description for each run example with
status "passed".
#pending_examples => Array<String>
Returns
- (Array<String>) — the full description for each run example with
status "pending".
#summary => String
Returns
- (String) — the summary of the sandboxed spec run.
Back To Top
Back to
Documentation |
Versions |
2.8.1 |
Reference
|
RSpec
|
RSpec::SleepingKingStudios
|
RSpec::SleepingKingStudios::Sandbox