Jumble Java Byte Code to Measure the Effectiveness of Unit Tests

  • Authors:
  • Sean A. Irvine;Tin Pavlinic;Leonard Trigg;John G. Cleary;Stuart Inglis;Mark Utting

  • Affiliations:
  • Reel Two Ltd.;Reel Two Ltd.;Reel Two Ltd.;Reel Two Ltd.;Reel Two Ltd.;University of Waikato

  • Venue:
  • TAICPART-MUTATION '07 Proceedings of the Testing: Academic and Industrial Conference Practice and Research Techniques - MUTATION
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Jumble is a byte code level mutation testing tool for Java which inter-operates with JUnit. It has been designed to operate in an industrial setting with large projects. Heuristics have been included to speed the checking of mutations, for example, noting which test fails for each mutation and running this first in subsequent mutation checks. Significant effort has been put into ensuring that it can test code which uses custom class loading and reflection. This requires careful attention to class path handling and coexistence with foreign class-loaders. Jumble is currently used on a continuous basis within an agile programming environment with approximately 370,000 lines of Java code under source control. This checks out project code every fifteen minutes and runs an incremental set of unit tests and mutation tests for modified classes. Jumble is being made available as open source.