An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/dotnet-vbnet-unit-testing

A place to learn unit testing with VB.NET
https://github.com/karenpayneoregon/dotnet-vbnet-unit-testing

unit-testing vbnet

Last synced: 3 months ago
JSON representation

A place to learn unit testing with VB.NET

Awesome Lists containing this project

README

        

# About

A Visual Studio 2019 solution for learning how to unit test with VB.NET.

:bulb: Take time to view each `readme.md` file.

- Currently there is only one unit test project which has three test using .NET Framework.
- Everything is self-contained which is to allow a coder to get an idea of testing.
- For real unit testing there would be one or more class projects to test.
- Come back later and the current unit test will test a class project.
- Exploration will be done with
- Open source libraries to assist with testing
- Mocking
- More documentation
- Tips and tricks
- .NET Framework Core

---

![img](assets/kpmvp1.png)