Hi,
Today I worked on the sample "Code Sample - Tour of DevForce Silverlight - Addendum: Unit Testing with the Silverlight Unit Test Framework"
The instructions in this sample are clear but code in the unittest does not compile:
1: the line
namespace SilverlightTest : Microsoft.Silverlight.Testing.SilverlightTest
: Error 1 { expected G:\projects\DevForce\SimpleSteps4\SilverlightTest\Tests.cs 20 27 SilverlightTest
but the curly brackets seems to be ok!
2: the line
base.TestComplete();
Error 2 'object' does not contain a definition for 'TestComplete' G:\projects\DevForce\SimpleSteps4\SilverlightTest\Tests.cs 40 18 SilverlightTest
If somebody has a clue, the answer is appreciated :)
Thank, Peer