testfx icon indicating copy to clipboard operation
testfx copied to clipboard

Add a .NET Standard version of TestAdapter

Open dotMorten opened this issue 7 years ago • 2 comments

Description

If the test adapter was targeting .NET Standard instead of/in addition to netportable, we could reuse the test discovery and execution on Xamarin. The asserts. attributes etc are already net standard compatible, so it's really just this missing piece, and we can reuse it across all platforms.

(Of course on Xamarin you'd have to write your own UI to show the tests and execute them / log the results, but that's still less code than what we have to do today where we also have to write discovery and execution ourselves)

AB#1575822

dotMorten avatar Jul 31 '18 15:07 dotMorten

Alternatively, place the portable version of TestAdapter in the \lib\ folder of the nuget package, so it gets deployed to android and ios, and we can call into it from the host app.

dotMorten avatar Jul 31 '18 15:07 dotMorten

This is most likely going to be fixed by #1095

Evangelink avatar Jul 12 '22 18:07 Evangelink

Fixed by #1194

Evangelink avatar Aug 29 '22 15:08 Evangelink