class Microtest::TestMethod

Defined in:

microtest/test_method.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(suite : ::Microtest::Test.class, name : String, sanitized_name : String, method_name : String, focus : Bool | String, skip : Bool, filename : String, line_number : Int32, &block : TestMethod, ExecutionContext -> ) #

[View source]

Instance Method Detail

def block : TestMethod, ExecutionContext -> #

[View source]
def call(ctx : ExecutionContext) #

[View source]
def filename : String #

[View source]
def focus : Bool | String #

[View source]
def focus? #

[View source]
def full_name #

[View source]
def line_number : Int32 #

[View source]
def method_name : String #

[View source]
def name : String #

[View source]
def sanitized_name : String #

[View source]
def skip : Bool #

[View source]
def skip? #

[View source]
def suite : Test.class #

[View source]