34353637383940
*/ public class CfmlSurroundWithTest extends CfmlCodeInsightFixtureTestCase { public void testSurroundSelectionWithSharps() throws Exception { doTest(new CfmlSharpSurrounder()); }
38394041424344
public void testSurroundSelectionWithSharps() throws Exception { doTest(new CfmlSharpSurrounder()); } public void testSurroundSelectionWithSharpsOfCompositeElement() throws Exception { doTest(new CfmlSharpSurrounder()); }
42434445464748
public void testSurroundSelectionWithSharpsOfCompositeElement() throws Exception { doTest(new CfmlSharpSurrounder()); } public void testSurroundSelectionWithSharpsInStringText() throws Exception { doTest(new CfmlSharpSurrounder()); }
54555657585960
public void testSurroundSelectionWithSharpsNoSurround2() throws Exception { doTestNoSurround(); } public void testSurroundSelectionWithSharpsOfFunctionArgument() throws Exception { doTest(new CfmlSharpSurrounder()); }
58596061626364
public void testSurroundSelectionWithSharpsOfFunctionArgument() throws Exception { doTest(new CfmlSharpSurrounder()); } public void testSurroundSelectionWithSharpsOfFunctionCall() throws Exception { doTest(new CfmlSharpSurrounder()); }
62636465666768
public void testSurroundSelectionWithSharpsOfFunctionCall() throws Exception { doTest(new CfmlSharpSurrounder()); } public void testSurroundSelectionWithSharpsInHtmlTag() throws Exception { doTest(new CfmlSharpSurrounder()); }
66676869707172
public void testSurroundSelectionWithSharpsInHtmlTag() throws Exception { doTest(new CfmlSharpSurrounder()); } public void testSurroundSelectionWithSharpsInCfoutput() throws Exception { doTest(new CfmlSharpSurrounder()); }