C# (Sharp) Programming Language Question:

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# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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


Previous QuestionNext Question
Which .Gang of Four. design pattern is shown below? Which of the following operations can you NOT perform on an ADO.NET DataSet?