クラス TestScriptEditorController

    • コンストラクタの詳細

      • TestScriptEditorController

        public TestScriptEditorController​(ScriptService scriptService)
    • メソッドの詳細

      • onDebugging

        public void onDebugging​(Path scriptPath,
                                int nextStepIndex,
                                int caseIndex)
        定義:
        onDebugging インタフェース内 DebugListener
      • onCaseEnd

        public void onCaseEnd​(Path scriptPath,
                              int caseIndex)
        定義:
        onCaseEnd インタフェース内 DebugListener
      • newTestCase

        public void newTestCase​(javafx.event.ActionEvent e)
      • newTestStep

        public void newTestStep​(javafx.event.ActionEvent e)
      • newTestCaseTail

        public void newTestCaseTail​(javafx.event.ActionEvent e)
      • newTestStepTail

        public void newTestStepTail​(javafx.event.ActionEvent e)
      • copy

        public void copy​(javafx.event.ActionEvent e)
      • paste

        public void paste​(javafx.event.ActionEvent e)
      • insertAndPasteCase

        public void insertAndPasteCase​(javafx.event.ActionEvent e)
      • insertAndPasteStep

        public void insertAndPasteStep​(javafx.event.ActionEvent e)
      • appendAndPasteCase

        public void appendAndPasteCase​(javafx.event.ActionEvent e)
      • appendAndPasteStep

        public void appendAndPasteStep​(javafx.event.ActionEvent e)
      • deleteCase

        public void deleteCase​(javafx.event.ActionEvent e)
      • deleteStep

        public void deleteStep​(javafx.event.ActionEvent e)
      • toggleBreakpoint

        public void toggleBreakpoint​(javafx.event.ActionEvent e)