Changes between Version 5 and Version 6 of mutations


Ignore:
Timestamp:
08/21/2013 02:40:07 PM (11 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mutations

    v5 v6  
    77
    88Add the following Monticello Repository in your Monticello browser.
    9 Open it, and load the package ConfigurationOfMutationEngine.
     9Open it, and load the package !ConfigurationOfMutationEngine.
    1010
    1111{{{
     
    2626= How to Use =
    2727
    28 '''1. Create instance of MutationFactory'''[[BR]]
     28'''1. Create instance of !MutationFactory'''[[BR]]
    2929
    30 The main aspect when creating a MutationFactory is to choose the mechanism, that will
     30The main aspect when creating a !MutationFactory is to choose the mechanism, that will
    3131be used to inject mutations into the system. Choose one of the following:
    3232
     
    3737        -> Mutations will be applied wrapping the mutated methods by MethodWrappers. After a crash, the original state of the image can always be restored using MethodFactory cleanupMethodWrappers
    3838
    39 '''2. Optional: Configure the MutationScope'''[[BR]]
     39'''2. Optional: Configure the !MutationScope'''[[BR]]
    4040
    4141The MutationFactory has an instance of type MutationScope called scope.