In the NUnit test framework, which attribute must adorn a test class in order for it to be picked up by the NUnit GUI?

Options
- TestAttribute
- TestClassAttribute
- TestFixtureAttribute
- NUnitTestClassAttribute


CORRECT ANSWER : TestFixtureAttribute

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement