net.thucydides.core.reports.json
Class ProgressColorScheme
java.lang.Object
net.thucydides.core.reports.json.ProgressColorScheme
- All Implemented Interfaces:
- ColorScheme
public class ProgressColorScheme
- extends Object
- implements ColorScheme
Determine what color boxes should be in the feature/story/scenario treemap.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PALE_BLUE
public static final Color PALE_BLUE
DONE_BLUE
public static final Color DONE_BLUE
ProgressColorScheme
public ProgressColorScheme()
colorFor
public Color colorFor(FeatureResults feature)
- What color should a given feature be?
- Specified by:
colorFor in interface ColorScheme
colorFor
public Color colorFor(StoryTestResults storyResult)
- Specified by:
colorFor in interface ColorScheme
colorFor
public Color colorFor(TestOutcomes outcome)
- Specified by:
colorFor in interface ColorScheme
colorFor
public Color colorFor(TestOutcome outcome)
- Specified by:
colorFor in interface ColorScheme
colorFor
public Color colorFor(TestStep step)
- Specified by:
colorFor in interface ColorScheme
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.