Class: Tunit::Spec

Inherits:
Test show all
Extended by:
DSL
Defined in:
lib/tunit/spec.rb

Defined Under Namespace

Modules: DSL

Constant Summary

Constants inherited from Test

Test::PREFIX

Instance Attribute Summary

Attributes included from DSL

#name

Attributes inherited from Runnable

#assertions, #failures, #name, #time

Method Summary

Methods included from DSL

after, before, children, create, it, remove_test_methods!

Methods inherited from Test

#code, #failure, #location, order!, #passed?, #run, runnable_methods, #skipped?, test_order, #to_s

Methods included from Hooks

#setup, #teardown

Methods included from Assertions

#assert, #assert_equal, #assert_includes, #assert_instance_of, #assert_respond_to, #refute, #refute_equal, #refute_includes, #refute_instance_of, #refute_respond_to, #skip

Methods inherited from Runnable

inherited, #initialize, run, #run, runnable_methods, runnables, runnables=

Constructor Details

This class inherits a constructor from Tunit::Runnable