module Microtest::TestClassDSL
Direct including types
Defined in:
microtest/dsl.crMacro Summary
- after(&block)
- around(&block)
- before(&block)
- pending(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
- test(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
- test!(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
Macro Detail
macro pending(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
#
macro test(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
#
macro test!(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block)
#