37383940414243
private AnalysisPreferencesStub prefs; @Override protected void setUp() throws Exception { this.prefs = new AnalysisPreferencesStub(); }
54555657585960616263
public void setUp() throws Exception { super.setUp(); participant = new UndefinedVariableFixParticipant(); super.restorePythonPath(false); prefs = new AnalysisPreferencesStub(); props = new ArrayList<ICompletionProposal>(); }
5556575859606162
public void setUp() throws Exception { super.setUp(); format = new FormatStd(); format.spacesBeforeComment = 2; participant = new IgnoreErrorParticipant(format); prefs = new AnalysisPreferencesStub(); props = new ArrayList<ICompletionProposal>(); }