this.scenario = sc;
this.executionTrace = executionTrace;
HorizontalPanel ab = new HorizontalPanel();
if ( !vf.anonymous ) {
type = (String) sc.getVariableTypes().get( vf.getName() );
ab.add( new SmallLabel( TestScenarioConstants.INSTANCE.scenarioFactTypeHasValues( type, vf.getName() ) ) );
} else {
type = vf.getName();
ab.add( new SmallLabel( TestScenarioConstants.INSTANCE.AFactOfType0HasValues( vf.getName() ) ) );
}
this.showResults = showResults;
Image add = TestScenarioAltedImages.INSTANCE.AddFieldToFact();
add.setTitle( TestScenarioConstants.INSTANCE.AddAFieldToThisExpectation() );