66676869707172
public void testIfElse2() throws Throwable { doTest(new DartWithIfElseSurrounder()); } public void testParenthesis1() throws Throwable { doTest(new DartWithParenthesisExpressionSurrounder()); }
70717273747576
public void testParenthesis1() throws Throwable { doTest(new DartWithParenthesisExpressionSurrounder()); } public void testParenthesis2() throws Throwable { doTest(new DartWithParenthesisExpressionSurrounder()); }
232425262728293031
@NotNull @Override public Surrounder[] getSurrounders() { return new Surrounder[]{ new DartWithParenthesisExpressionSurrounder(), new DartWithNotParenthesisExpressionSurrounder() }; }