mabdi / Amplification-DrTests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amplification-DrTests

Test Amplification for DrTest

Current status

  • under development

How to load

Set the Bytecode Backend to SistaV1 in the prefrence. Then run the following code:

Metacello new
  baseline: 'TestAmplificationDrTests';
  repository: 'github://mabdi/Amplification-DrTests/src';
  load.

How to Run

More info @ https://github.com/mabdi/Amplification-Roassal3/blob/master/README.md

Generated versions

Currently, Small-Amp creates this versions:

  • Amp: amplified tests generated from original.
  • AmpMin: The assert statements which doesn't kill a mutant is removed from Amp.
  • AmpMinAdd: AmpMin added to original one.

Coverage

coverage.md

About


Languages

Language:Smalltalk 99.7%Language:HTML 0.3%