Below you find a list of code examples that have been added for this attribute.
By assigning an OwnerAttribute to a unit test you can use the Test View panel to filter unit tests by owner (choose Test | Windows | Test View and then choose Group By Owner on the panel's toolbar)
[TestMethod] [Owner("Imar Spaanjaars")] public void Index() { // test implementation here }
Below you find a list of links that are relevant for this attribute.