Examples of CfmlSharpSurrounder


Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

*/
public class CfmlSurroundWithTest extends CfmlCodeInsightFixtureTestCase {


  public void testSurroundSelectionWithSharps() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharps() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }

  public void testSurroundSelectionWithSharpsOfCompositeElement() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharpsOfCompositeElement() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }

  public void testSurroundSelectionWithSharpsInStringText() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharpsNoSurround2() throws Exception {
    doTestNoSurround();
  }

  public void testSurroundSelectionWithSharpsOfFunctionArgument() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharpsOfFunctionArgument() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }

  public void testSurroundSelectionWithSharpsOfFunctionCall() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharpsOfFunctionCall() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }

  public void testSurroundSelectionWithSharpsInHtmlTag() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here

Examples of com.intellij.coldFusion.UI.editorActions.surroundWith.CfmlSharpSurrounder

  public void testSurroundSelectionWithSharpsInHtmlTag() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }

  public void testSurroundSelectionWithSharpsInCfoutput() throws Exception {
    doTest(new CfmlSharpSurrounder());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.