All Projects β†’ kellyethridge β†’ SimplyVBUnit

kellyethridge / SimplyVBUnit

Licence: MIT license
The SimplyVBUnit framework provides powerful unit-testing capabilities for VB6.

Programming Languages

vba
158 projects

Projects that are alternatives of or similar to SimplyVBUnit

oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (+53.57%)
Mutual labels:  unit-testing, tdd
Transport Eta
Twitch streamed πŸŽ₯playground repo, README speaks to you.
Stars: ✭ 223 (+696.43%)
Mutual labels:  unit-testing, tdd
Js Unit Testing Guide
πŸ“™ A guide to unit testing in Javascript
Stars: ✭ 1,346 (+4707.14%)
Mutual labels:  unit-testing, tdd
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+3046.43%)
Mutual labels:  unit-testing, tdd
book-fullstack-react-with-typescript
Working through the code samples from Fullstack React with Typescript by Maksim Ivanov and Alex Bespoyasov
Stars: ✭ 52 (+85.71%)
Mutual labels:  unit-testing, tdd
Sinon
Test spies, stubs and mocks for JavaScript.
Stars: ✭ 8,828 (+31428.57%)
Mutual labels:  unit-testing, tdd
Fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
Stars: ✭ 2,449 (+8646.43%)
Mutual labels:  unit-testing, tdd
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (+1396.43%)
Mutual labels:  unit-testing, tdd
chai-exclude
Exclude keys to compare from a deep equal operation with chai expect or assert.
Stars: ✭ 33 (+17.86%)
Mutual labels:  unit-testing, tdd
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+771.43%)
Mutual labels:  unit-testing, tdd
Quixote
CSS unit and integration testing
Stars: ✭ 788 (+2714.29%)
Mutual labels:  unit-testing, tdd
utest
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
Stars: ✭ 18 (-35.71%)
Mutual labels:  unit-testing, tdd
Jasmine Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
Stars: ✭ 552 (+1871.43%)
Mutual labels:  unit-testing, tdd
Autoparams
Arbitrary test data generator for parameterized tests in Java inspired by AutoFixture.
Stars: ✭ 77 (+175%)
Mutual labels:  unit-testing, tdd
Ut
UT: C++20 ΞΌ(micro)/Unit Testing Framework
Stars: ✭ 507 (+1710.71%)
Mutual labels:  unit-testing, tdd
Fast Check
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
Stars: ✭ 2,604 (+9200%)
Mutual labels:  unit-testing, tdd
Unit Testing Tips
Unit testing tips by examples in PHP
Stars: ✭ 318 (+1035.71%)
Mutual labels:  unit-testing, tdd
Ava
Node.js test runner that lets you develop with confidence πŸš€
Stars: ✭ 19,458 (+69392.86%)
Mutual labels:  unit-testing, tdd
Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (+721.43%)
Mutual labels:  unit-testing, tdd
doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
Stars: ✭ 4,434 (+15735.71%)
Mutual labels:  unit-testing, tdd

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].