The title stays it all.
Its missing the reference to NUnit.Core.
I added the 2.5.2 reference mentioned here (
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/getting-started/using-nunit.aspx) but then get even more errors.
"Error
36
The name 'TestContext' does not exist in the current context
C:\Program Files (x86)\Telerik\Testing Framework 2011.1\Samples\Testing Framework\QuickStarts_NUnit_CS\Tests\Frames.cs
51
126
QuickStarts_NUnit_CS"
Fixing that then results in
Error
36
'NUnit.Core.TestContext' does not contain a definition for 'CurrentContext'
C:\Program Files (x86)\Telerik\Testing Framework 2011.1\Samples\Testing Framework\QuickStarts_NUnit_CS\Tests\Frames.cs
63
128
QuickStarts_NUnit_CS
Are there any samples that work or am I stuck having to fix the sample code while trying to learn this framework?
Sorry to sound harsh, but I find this quite frustrating.