Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html

changeset 1499
b4d0457afb15
parent 1229
a8207dc73672
child 2173
c21d1e99015a
equal deleted inserted replaced
1497:94f27ede4186 1499:b4d0457afb15
637 <b>remoteThreadList</b>(<i></i>) 637 <b>remoteThreadList</b>(<i></i>)
638 <p> 638 <p>
639 Public method to request the list of threads from the client. 639 Public method to request the list of threads from the client.
640 </p><a NAME="DebuggerInterfaceRuby.remoteUTPrepare" ID="DebuggerInterfaceRuby.remoteUTPrepare"></a> 640 </p><a NAME="DebuggerInterfaceRuby.remoteUTPrepare" ID="DebuggerInterfaceRuby.remoteUTPrepare"></a>
641 <h4>DebuggerInterfaceRuby.remoteUTPrepare</h4> 641 <h4>DebuggerInterfaceRuby.remoteUTPrepare</h4>
642 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, cov, covname, coverase</i>) 642 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase</i>)
643 <p> 643 <p>
644 Public method to prepare a new unittest run. 644 Public method to prepare a new unittest run.
645 </p><dl> 645 </p><dl>
646 <dt><i>fn</i></dt> 646 <dt><i>fn</i></dt>
647 <dd> 647 <dd>
650 <dd> 650 <dd>
651 the testname to load (string) 651 the testname to load (string)
652 </dd><dt><i>tfn</i></dt> 652 </dd><dt><i>tfn</i></dt>
653 <dd> 653 <dd>
654 the test function name to load tests from (string) 654 the test function name to load tests from (string)
655 </dd><dt><i>failed</i></dt>
656 <dd>
657 list of failed test, if only failed test should be run
658 (list of strings)
655 </dd><dt><i>cov</i></dt> 659 </dd><dt><i>cov</i></dt>
656 <dd> 660 <dd>
657 flag indicating collection of coverage data is requested 661 flag indicating collection of coverage data is requested (boolean)
658 </dd><dt><i>covname</i></dt> 662 </dd><dt><i>covname</i></dt>
659 <dd> 663 <dd>
660 filename to be used to assemble the coverage caches 664 filename to be used to assemble the coverage caches
661 filename 665 filename (string)
662 </dd><dt><i>coverase</i></dt> 666 </dd><dt><i>coverase</i></dt>
663 <dd> 667 <dd>
664 flag indicating erasure of coverage data is requested 668 flag indicating erasure of coverage data is requested (boolean)
665 </dd> 669 </dd>
666 </dl><a NAME="DebuggerInterfaceRuby.remoteUTRun" ID="DebuggerInterfaceRuby.remoteUTRun"></a> 670 </dl><a NAME="DebuggerInterfaceRuby.remoteUTRun" ID="DebuggerInterfaceRuby.remoteUTRun"></a>
667 <h4>DebuggerInterfaceRuby.remoteUTRun</h4> 671 <h4>DebuggerInterfaceRuby.remoteUTRun</h4>
668 <b>remoteUTRun</b>(<i></i>) 672 <b>remoteUTRun</b>(<i></i>)
669 <p> 673 <p>

eric ide

mercurial