Class: Spec::Example::ExampleGroup

Inherits:
Object
  • Object
show all
Extended by:
ExampleGroupMethods
Includes:
ExampleMethods
Defined in:
lib/spec/example/example_group.rb

Overview

Base class for customized example groups. Use this if you want to make a custom example group.

Instance Attribute Summary

Attributes included from ExampleGroupMethods

#options, #spec_path

Method Summary

Methods included from ExampleGroupMethods

backtrace, describe, described_class, described_type, description, description_args, description_parts, example, example_descriptions, example_group_backtrace, example_group_hierarchy, example_implementations, examples, filtered_description, include_constants_in, inherited, it_should_behave_like, nested_descriptions, notify, number_of_examples, pending_implementation, run, set_description, xexample

Methods included from PredicateMatchers

#define_methods_from_predicate_matchers, #predicate_matchers

Methods included from Subject::ExampleGroupMethods

#subject

Methods included from BeforeAndAfterHooks

#after_all_parts, #after_each_parts, after_suite_parts, #after_suite_parts, #append_after, #append_before, #before_all_parts, #before_each_parts, before_suite_parts, #before_suite_parts, #prepend_after, #prepend_before

Methods included from ExampleMethods

#backtrace, #description, #eval_each_fail_fast, #eval_each_fail_slow, #execute, #implementation_backtrace, #initialize, #instance_variable_hash, #options, #run_after_each, #run_before_each, #set_instance_variables_from_hash, #violated

Methods included from ModuleReopeningFix

#child_modules, #include, #included

Methods included from Pending

#pending

Methods included from Matchers

#be, #be_a, #be_close, #be_instance_of, #be_kind_of, #change, clear_generated_description, #eql, #equal, #exist, generated_description, #have, #have_at_least, #have_at_most, #include, last_matcher, last_matcher=, last_should, last_should=, #match, #method_missing, #raise_error, #respond_to, #satisfy, #simple_matcher, #throw_symbol, #wrap_expectation

Methods included from DSL::Matchers

#create

Methods included from Subject::ExampleMethods

#should, #should_not, #subject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Spec::Matchers