module Minitest
Defined in:
assertions.crdiff.cr
expectations.cr
focus.cr
minitest.cr
reporter.cr
result.cr
runnable.cr
spec.cr
test.cr
Class Method Summary
- .after_run : Array(Proc(Nil))
- .after_run(&block : -> ) : Nil
- .exit(status : Int32 = 1) : NoReturn
- .options : Options
- .process_args(args : Enumerable(String)) : Nil
- .reporter : AbstractReporter
- .reporter=(reporter : AbstractReporter)
- .run(args = nil) : Bool