-
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
nanoframework/nanoFramework.TestFramework
#159Description
Library/API/IoT binding
nanoFramework.TestFramework
Visual Studio version
No response
.NET nanoFramework extension version
No response
Target name(s)
No response
Firmware version
No response
Device capabilities
No response
Description
When passing long string into test method as parameter from DataRow attribute - tests are failing.
How to reproduce
-
Create new unit test
-
Run example: [DataRow("adsdasdasasddassaadsdasdasasddassaadsdasdasasddassaadsdasdasasddassaadsdasdasasddassaadsdasdasasddassa")]
public void Test(string data)
{}
Exception from logs:
[nanoTestAdapter]: Fatal exception when processing test results: >>>startIndex cannot be larger than length of string.
Parameter name: startIndex
Expected behaviour
No response
Screenshots
No response
Sample project or code
No response
Aditional information
No response