Summary
Returns the collection containing all the scripts that were executed during the test.
- Namespace
- NBuildKit
.MsBuild .Tasks .Tests - Containing Type
- TaskTest
Syntax
public IEnumerable<string> ExecutedScripts()
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The collection containing all the scripts that were executed. |