webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Public Attributes | List of all members
webkitpy.test.printer.Printer Class Reference
Inheritance diagram for webkitpy.test.printer.Printer:

Classes

class  TextGenerator
 

Public Member Functions

def __init__ (self, stream, options=None)
 
def configure (self, options)
 
def write_update (self, msg)
 
def print_started_test (self, source, test_name)
 
def print_finished_test (self, source, test_name, test_time, failures, errors)
 
def print_result (self, run_time)
 

Public Attributes

 stream
 
 meter
 
 options
 
 num_tests
 
 num_started
 
 num_errors
 
 num_failures
 
 running_tests
 
 completed_tests
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.test.printer.Printer.__init__ (   self,
  stream,
  options = None 
)

Member Function Documentation

◆ configure()

def webkitpy.test.printer.Printer.configure (   self,
  options 
)

◆ print_finished_test()

def webkitpy.test.printer.Printer.print_finished_test (   self,
  source,
  test_name,
  test_time,
  failures,
  errors 
)

◆ print_result()

def webkitpy.test.printer.Printer.print_result (   self,
  run_time 
)

◆ print_started_test()

def webkitpy.test.printer.Printer.print_started_test (   self,
  source,
  test_name 
)

◆ write_update()

def webkitpy.test.printer.Printer.write_update (   self,
  msg 
)

Member Data Documentation

◆ completed_tests

webkitpy.test.printer.Printer.completed_tests

◆ meter

webkitpy.test.printer.Printer.meter

◆ num_errors

webkitpy.test.printer.Printer.num_errors

◆ num_failures

webkitpy.test.printer.Printer.num_failures

◆ num_started

webkitpy.test.printer.Printer.num_started

◆ num_tests

webkitpy.test.printer.Printer.num_tests

◆ options

webkitpy.test.printer.Printer.options

◆ running_tests

webkitpy.test.printer.Printer.running_tests

◆ stream

webkitpy.test.printer.Printer.stream

The documentation for this class was generated from the following file: