class Microtest::TestMethod
- Microtest::TestMethod
- Reference
- Object
Defined in:
microtest/test_method.crConstructors
Instance Method Summary
- #block : TestMethod, ExecutionContext ->
- #call(ctx : ExecutionContext)
- #filename : String
- #focus : Bool | String
- #focus?
- #full_name
- #line_number : Int32
- #method_name : String
- #name : String
- #sanitized_name : String
- #skip : Bool
- #skip?
- #suite : Test.class
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 -> )
#