Catorcio - 2011-05-24

Hello,

I just manually installed SimplyVBUnit and I am trying to run some trivial
tests just to get acquainted.
I created a project named "SymplyVBUnit3Runner", added a test class "MyTest"
with two trivial test cases

Public Sub Test1()
   Debug.Assert 5 = 5
End Sub

Public Sub Test2()
   Assert.That "string1", Iz.EqualTo("string1")
End Sub

The first test passes, the second fails with the message

MyTest.Test2 error 424, Object required From [SymplyVBUnit3Runner]

Why, please?

A second issue. I have read in many links about SimplyVBUnit example projects
that comes with the binary installation, but I can only find the source ZIP at
sourceforge.net.

Best regards.