dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

Split field instrumentation config options #82

Closed dodie closed 5 years ago

dodie commented 5 years ago

Now there is a single config option related to fields: trackFieldStateChanges. However, it toggles 3 different field instrumentations. 3 separate config options would be more appropriate for them:

Note that setting trackFieldsAfterEveryMethodCall to true would have to implicitly set trackFieldInitialState to true as well.