Class ProgressReporter
The “progress” reporter implements a simple progress-bar
Methods
Name | Description |
---|---|
begin
(suite, )
|
Called before a test execution |
begin
(testCount)
|
This method is trigered when before the test start |
end
()
|
This method is trigered when your tests are ended |
update
()
|
This method is triggered when you can perform some updates. The frequency varries by the test executor that you choose |