Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 603 Bytes

File metadata and controls

10 lines (8 loc) · 603 Bytes

Overview

SimplyVBUnit is a VB6 unit testing framework written in Visual Basic 6. It closely follows the GUI setup of NUnit. Creating Tests is a snap, as you don't need to implement anything, just add your tests to a new class and GO!

  • Automatically discovers test methods within test classes.
  • Supports parameterized test methods.
  • Supports assertions of expected errors to be raised.
  • Support categorization of unit-tests and test fixtures.

Getting Started

A Wiki has been created to help get started with a new project.