42434445464748
public void testFor2() throws Throwable { doTest(new DartWithForSurrounder()); } public void testNotParenthesis1() throws Throwable { doTest(new DartWithNotParenthesisExpressionSurrounder()); }
46474849505152
public void testNotParenthesis1() throws Throwable { doTest(new DartWithNotParenthesisExpressionSurrounder()); } public void testNotParenthesis2() throws Throwable { doTest(new DartWithNotParenthesisExpressionSurrounder()); }
2425262728293031
@NotNull @Override public Surrounder[] getSurrounders() { return new Surrounder[]{ new DartWithParenthesisExpressionSurrounder(), new DartWithNotParenthesisExpressionSurrounder() }; }