643 <b>remoteThreadList</b>(<i></i>) |
643 <b>remoteThreadList</b>(<i></i>) |
644 <p> |
644 <p> |
645 Public method to request the list of threads from the client. |
645 Public method to request the list of threads from the client. |
646 </p><a NAME="DebuggerInterfacePython.remoteUTPrepare" ID="DebuggerInterfacePython.remoteUTPrepare"></a> |
646 </p><a NAME="DebuggerInterfacePython.remoteUTPrepare" ID="DebuggerInterfacePython.remoteUTPrepare"></a> |
647 <h4>DebuggerInterfacePython.remoteUTPrepare</h4> |
647 <h4>DebuggerInterfacePython.remoteUTPrepare</h4> |
648 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, cov, covname, coverase</i>) |
648 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase</i>) |
649 <p> |
649 <p> |
650 Public method to prepare a new unittest run. |
650 Public method to prepare a new unittest run. |
651 </p><dl> |
651 </p><dl> |
652 <dt><i>fn</i></dt> |
652 <dt><i>fn</i></dt> |
653 <dd> |
653 <dd> |
656 <dd> |
656 <dd> |
657 the testname to load (string) |
657 the testname to load (string) |
658 </dd><dt><i>tfn</i></dt> |
658 </dd><dt><i>tfn</i></dt> |
659 <dd> |
659 <dd> |
660 the test function name to load tests from (string) |
660 the test function name to load tests from (string) |
|
661 </dd><dt><i>failed</i></dt> |
|
662 <dd> |
|
663 list of failed test, if only failed test should be run |
|
664 (list of strings) |
661 </dd><dt><i>cov</i></dt> |
665 </dd><dt><i>cov</i></dt> |
662 <dd> |
666 <dd> |
663 flag indicating collection of coverage data is requested |
667 flag indicating collection of coverage data is requested (boolean) |
664 </dd><dt><i>covname</i></dt> |
668 </dd><dt><i>covname</i></dt> |
665 <dd> |
669 <dd> |
666 filename to be used to assemble the coverage caches |
670 filename to be used to assemble the coverage caches |
667 filename |
671 filename (string) |
668 </dd><dt><i>coverase</i></dt> |
672 </dd><dt><i>coverase</i></dt> |
669 <dd> |
673 <dd> |
670 flag indicating erasure of coverage data is requested |
674 flag indicating erasure of coverage data is requested (boolean) |
671 </dd> |
675 </dd> |
672 </dl><a NAME="DebuggerInterfacePython.remoteUTRun" ID="DebuggerInterfacePython.remoteUTRun"></a> |
676 </dl><a NAME="DebuggerInterfacePython.remoteUTRun" ID="DebuggerInterfacePython.remoteUTRun"></a> |
673 <h4>DebuggerInterfacePython.remoteUTRun</h4> |
677 <h4>DebuggerInterfacePython.remoteUTRun</h4> |
674 <b>remoteUTRun</b>(<i></i>) |
678 <b>remoteUTRun</b>(<i></i>) |
675 <p> |
679 <p> |