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?
Answer:
1. TestAttribute
2. TestClassAttribute
3. TestFixtureAttribute
4. NUnitTestClassAttribute
2. TestClassAttribute
3. TestFixtureAttribute
4. NUnitTestClassAttribute
Previous Question | Next Question |
Which .Gang of Four. design pattern is shown below? | Which of the following operations can you NOT perform on an ADO.NET DataSet? |