Share

SimplyVBUnit

Code

Programming Languages: Visual Basic

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2004-12-29 cvs -d:pserver:anonymous@simplyvbunit.cvs.sourceforge.net:/cvsroot/simplyvbunit login

cvs -z3 -d:pserver:anonymous@simplyvbunit.cvs.sourceforge.net:/cvsroot/simplyvbunit co -P modulename

Show:

What's happening?

  • Followup: RE: FixtureTeardown called before last test runs

    Yep, that's what I'm doing. And thanks for an excellent tool that allows for some comfort when I have to deal with VB6 projects.

    2009-11-11 18:55:31 UTC by adamnan

  • Followup: RE: FixtureTeardown called before last test runs

    Hello, You're understanding of FixtureTeardown is correct. There is a bug in the framework. I discovered it a few months ago but really didn't expect anyone to actual use FixtureTeardown and could wait until the 4.0 release for the fix. A work-around would be to declare a module level variable that is toggled between the FixtureSetup and FixtureTeardown. You would need to clear it in the...

    2009-11-11 18:24:39 UTC by killian35

  • FixtureTeardown called before last test runs

    Hi all, First time I've needed to use the FixtureSetup and FixtureTeardown methods and I've got a question: shouldn't the FixtureTeardown be called after the last test of a testcase? For example: Option Explicit Public Sub Setup() Debug.Print "Setup(): Should run before Test1() and before Test2()" End Sub Public Sub Teardown(...

    2009-11-11 17:28:49 UTC by adamnan

  • Ambiguous Name Error

    Hi, I was trying out SimplyVBUnit but couldn't get it to work with the program I'm developing. It keeps spitting out "Ambiguous Name" errors, whenever I reference the Error$-Function in my program. I traced this to the use of the "error"-Keyword in Public enums of static classes such as StaticClasses.ResultState in the Framework project. I tediously recompiled the...

    2009-09-13 13:18:19 UTC by phueghy

  • Followup: RE: license information not found

    I installed Windows XP SP3 and this appears to have fixed the problem (I am now able to run the Sample Assertions)

    2009-07-17 06:01:41 UTC by mozketo

  • Followup: RE: license information not found

    I have a similar problem on Windows XP Pro. I'd love to find a solution to it. Here's a little Info Fresh Windows XP SP2 in a Virtual Machine (Vmware Player or Workstation) (will upgrade to SP3 to see if there's anything different). If I try the Sample Assertions I will get a RTE 5, then I too get the License error, then as VB errors the UIRunner1 control will be dropped from the Form...

    2009-07-17 05:01:06 UTC by mozketo

  • SimplyVBUnit v2.1

    killian35 changed the SimplyVBUnit v2.1 file release.

    2009-07-15 21:14:42 UTC by killian35

  • SimplyVBUnit v2.1

    killian35 changed the SimplyVBUnit v2.1 file release.

    2009-07-02 17:59:27 UTC by killian35

  • Followup: RE: ITestCaseData_GetTestData not fired

    Hello, The GetTestData method is only called for public methods that have at least one parameter passed to it. Public subs with no parameters are treated as normal and called directly one time. Kelly.

    2009-06-14 00:07:48 UTC by killian35

  • ITestCaseData_GetTestData not fired

    Hi. I'm trying to use the RowTest feature by implemnting ITestCaseData. My ITestCaseData_GetTestData method never seems to be called. It does not seem to fire. Any ideas?.

    2009-06-10 22:41:50 UTC by jeremysimmons

Our Numbers