Class: Micron::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/micron/reporter.rb,
lib/micron/reporter/console.rb,
lib/micron/reporter/coverage.rb

Direct Known Subclasses

Console, Coverage

Defined Under Namespace

Classes: Console, Coverage

Instance Method Summary collapse

Instance Method Details

#after_class_error(ex) ⇒ Object



23
24
# File 'lib/micron/reporter.rb', line 23

def after_class_error(ex)
end

#before_class_error(ex) ⇒ Object



14
15
# File 'lib/micron/reporter.rb', line 14

def before_class_error(ex)
end

#end_class(clazz) ⇒ Object



26
27
# File 'lib/micron/reporter.rb', line 26

def end_class(clazz)
end

#end_file(test_file) ⇒ Object



29
30
# File 'lib/micron/reporter.rb', line 29

def end_file(test_file)
end

#end_method(method) ⇒ Object



20
21
# File 'lib/micron/reporter.rb', line 20

def end_method(method)
end

#end_tests(files, results) ⇒ Object



32
33
# File 'lib/micron/reporter.rb', line 32

def end_tests(files, results)
end

#start_class(clazz) ⇒ Object



11
12
# File 'lib/micron/reporter.rb', line 11

def start_class(clazz)
end

#start_file(test_file) ⇒ Object



8
9
# File 'lib/micron/reporter.rb', line 8

def start_file(test_file)
end

#start_method(method) ⇒ Object



17
18
# File 'lib/micron/reporter.rb', line 17

def start_method(method)
end

#start_tests(files) ⇒ Object



5
6
# File 'lib/micron/reporter.rb', line 5

def start_tests(files)
end