module Microtest::TestClassDSL

Direct including types

Defined in:

microtest/test.cr

Macro Summary

Macro Detail

macro after(&block) #

[View source]
macro around(&block) #

[View source]
macro before(&block) #

[View source]
macro pending(name = "anonymous", &block) #

[View source]
macro test(name = "anonymous", focus = :nofocus, &block) #

[View source]
macro test!(name = "anonymous", &block) #

[View source]