Skip to content

Commit 9e2aad6

Browse files
committed
c_sharp_portfolio
- Gave each project there own readme.md - Updated main repository readme.md -- Removed project descriptions -- Added links to project Readme.md
1 parent f1e4418 commit 9e2aad6

13 files changed

+24
-35
lines changed

.vs/VSWorkspaceState.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"ExpandedNodes": [
33
"",
4-
"\\FizzBuzz\\FizzBuzz",
5-
"\\FizzBuzz\\FizzBuzz\\FizzBuzz"
4+
"\\NewsletterAppMVC"
65
],
7-
"SelectedNode": "\\Readme.md",
6+
"SelectedNode": "\\NewsletterAppMVC\\Readme.md",
87
"PreviewInSolutionExplorer": false
98
}
Binary file not shown.
Binary file not shown.

.vs/c_sharp_portfolio/FileContentIndex/889dcd3c-8c90-44b5-80cc-5676acfe6f97.vsidx renamed to .vs/c_sharp_portfolio/FileContentIndex/c4cc4d14-4f12-41dc-b48a-505774d48fdc.vsidx

2.85 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/c_sharp_portfolio/v17/.wsuo

512 Bytes
Binary file not shown.
237 Bytes
Binary file not shown.

.vs/slnx.sqlite

4 KB
Binary file not shown.

BasicMathTDDTest/Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# __Unit Testing Practice Math Application - Test (TDD) Approach__
2+
3+
## __IMPLEMENTS: Object-Orientated Programming, Access Modifiers, Unit Testing__
4+
5+
A simple demo of using Test-Driven Development unit testing on a basic math class. The basic math class has four methods for addition, subtraction, divison, and multiplication. There is then one unit test for each method. This was done using the Test Driven Development approach so the tests were written first.

0 commit comments

Comments
 (0)