Changes between Version 30 and Version 31 of path:pathMap


Ignore:
Timestamp:
12/13/2013 03:16:21 PM (10 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • path:pathMap

    v30 v31  
    159159[[Image(optionsFlap.png)]]
    160160
    161 ''Show Meth. Categories'' button::
     161''Show Meth. Categories'' button:: Switch the tree map layout with and without Smalltalk's method categories. Without method categories the layout is more compact and more methods can be drawn.
    162162
    163 ''Show All Methods'' button::
     163''Show All Methods'' button:: Usually, we hide simple methods (quick methods) such as accessors. With this button also these methods can be shown in the tree map.
    164164
    165 ''Ignore Setup Code'' button::
     165''Ignore Setup Code'' button:: Our analyzes consider each method call of a test case. However, sometimes, it is meaningful to not trace methods that are called within setUp and tearDown methods.
    166166
    167 ''Visualize Inter-Steps'' button::
     167''Visualize Inter-Steps'' button:: During our analyzes we update the tree map each time new results are available. This is more a features for demonstration than for production purposes. It can be disabled here.
    168168
    169 ''Show Test Results'' button::
     169''Show Test Results'' button:: The default behavior in our PathMap is that test methods (''u'' mark) are colored with their test results. As this hides the metric value, this option allows developers to ignore the test result visualization and to see the underlying metric score.