C
Chris Leffer
Hi.
I am playing with the Test Projects of the Team Developer edition of
Visual Studio. When testing some functions, all is ok. But when I try to
test a constructor written in VB.NET, the test code is created with an
instruction:
Assert.Inconclusive("A method that does not return a value cannot be
verified.")
What does it mean? Can't I test Subs? I would like to test this
constructor since it receives some parameters and there are validations
in place for them.
TIA,
Chris Leffer
I am playing with the Test Projects of the Team Developer edition of
Visual Studio. When testing some functions, all is ok. But when I try to
test a constructor written in VB.NET, the test code is created with an
instruction:
Assert.Inconclusive("A method that does not return a value cannot be
verified.")
What does it mean? Can't I test Subs? I would like to test this
constructor since it receives some parameters and there are validations
in place for them.
TIA,
Chris Leffer