module Microtest::TestClassDSL

Direct including types

Defined in:

microtest/dsl.cr

Macro Summary

Macro Detail

macro after(&block) #

[View source]
macro around(&block) #

[View source]
macro before(&block) #

[View source]
macro pending(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block) #

[View source]
macro test(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block) #

[View source]
macro test!(name = nil, *args, __filename = __FILE__, __line_number = __LINE__, **options, &block) #

[View source]