Interview Questions

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

C# Interview Questions and Answers


(Continued from previous question...)

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

  1. TestAttribute
  2. TestClassAttribute
  3. TestFixtureAttribute
  4. NUnitTestClassAttribute

(Continued on next question...)

Other Interview Questions