CoverageBrowser

Description

Simulation based coverage testing for Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
April 11, 2022
Updated
April 11, 2022

Categories

Testing IDE / Dev Tools

README excerpt

# CoverageBrowser
Simulation based coverage testing for Pharo

## How to load

```smalltalk
Metacello new
  baseline: 'CoverageBrowser';
  repository: 'github://bauing-schmidt/CoverageBrowser/src';
  load.
 ```

## How to run

```smalltalk
CoverageBrowser new open
 ```

This is just a raw sketch. You probably want to create own subclass with different `suite` and `methods` definition.
← Back to results