Open cmeeren opened 8 years ago
It's just a notation for human readers. We'll update the text to explain that.
Readers of what part? The code? Or are there any other places this attribute shows up? I'm using ReSharper and have not yet found any labels or such things.
Primarily readers of program output that includes the info. The NUnit V2 GUI displayed all properties of the test, including this one. The GUI under development will do the same. Of course, you would see it in the code as well. 😄
TestOf appears to have some function in the TSL (Test selection Language) in nunit3_console.
@mpleis TestOf
has no particular function in TSL. Of course, it does create a Property on the test where it is used and it is possible to select by property. Folks often do this with Category and even Description. Is that what you are referencing?
Yep, pretty much; nice to have options.
In the documentation for TestOf, it isn't explained what it actually does. Is it just a strongly typed way of stating, for human readers, the class that is tested? Or does it have more functional uses?