Method |
Description |
|
AllTestCasesOfExecutableAreRun ( ) : bool |
|
|
GetAdditionalUserParameter ( ) : string |
|
|
GetAllMatchingTestCases ( IEnumerable cases, string suite ) : List |
|
|
GetAllSuitesOfTestCasesToRun ( ) : List |
|
|
GetAlsoRunDisabledTestsParameter ( ) : string |
|
|
GetBreakOnFailureParameter ( ) : string |
|
|
GetCatchExceptionsParameter ( ) : string |
|
|
GetFilterForSuitesRunningAllTests ( List suitesRunningAllTests ) : string |
|
|
GetFinalCommandLines ( string baseCommandLine ) : IEnumerable |
|
|
GetOutputpathParameter ( ) : string |
|
|
GetShuffleTestsParameter ( ) : string |
|
|
GetSuitesRunningAllTests ( ) : List |
|
|
GetTestCasesNotRunBySuite ( List suitesRunningAllTests ) : List |
|
|
GetTestsRepetitionsParameter ( ) : string |
|
|
JoinTestsUpToMaxLength ( List testCases, int maxLength, List &includedTestCases ) : string |
|
|