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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/dotnet-vbnet-unit-testing
- Owner: karenpayneoregon
- Created: 2021-05-01T00:35:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T00:35:58.000Z (about 4 years ago)
- Last Synced: 2025-01-29T00:30:13.305Z (4 months ago)
- Topics: unit-testing, vbnet
- Language: Visual Basic .NET
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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---
