タグ

ブックマーク / jumble.sourceforge.net (1)

  • Jumble

    Do you want to know how good your JUnit tests are? Jumble will tell you: from 0% (worthless) to 100% (angelic!). Jumble is a class level mutation testing tool that works in conjunction with JUnit. The purpose of mutation testing is to provide a measure of the effectiveness of test cases. A single mutation is performed on the code to be tested, the corresponding test cases are then executed. If the

    drumsco
    drumsco 2007/07/21
    バイトコードを変化させて実行しパーセンテージで表示する
  • 1