module Easytest

An easy testing framework.

Constants

VERSION

The Easytest version.

Public Class Methods

add_case(Case new_case) → void click to toggle source
# File sig/_internal/easytest.rbs, line(s) 6:6
def self.add_case: (Case new_case) -> void
add_hook(Hook hook) → void click to toggle source
# File sig/_internal/easytest.rbs, line(s) 8:8
def self.add_hook: (Hook hook) -> void
run() → void click to toggle source
# File sig/_internal/easytest.rbs, line(s) 10:10
def self.run: () -> void
start(?no_tests_forbidden: bool) → void click to toggle source
# File sig/_internal/easytest.rbs, line(s) 4:4
def self.start: (?no_tests_forbidden: bool) -> void
test_dir() → String click to toggle source
# File sig/_internal/easytest.rbs, line(s) 12:12
def self.test_dir: () -> String
test_files_location() → String click to toggle source
# File sig/_internal/easytest.rbs, line(s) 14:14
def self.test_files_location: () -> String