In this video you'll add additional tests to the unit test project. After add the tests, you'll explore ways to refactor the code to avoid duplicate code.
- [Voiceover] In the Test the Payment Date class,…I have a single unit test method.…It's named Date is 30 Days in the Future.…I know that I need to write more unit tests…to verify that my original method works correctly.…I need at least two more tests.…The way that I'll do that is,…I'll create a copy of this method and modify it,…so I'll copy this method and paste it into my class.…And I'll change the name to Returns Monday,…if Proposed Date is Sunday.…
These first two lines of code can stay the same,…where I'm setting up the unit test info…and the payment date class.…I need to change the sample date to 7/8.…Line 36 can stay the same,…that's where I'm making a method call is during the date,…but I do need to change line 38.…I no longer need to check for 30 days in the future,…I need to make sure that the return date is on a Monday.…With this code.…Then I'll return true for did test pass.…
Otherwise, I'll return faults.…This message is now obsolete,…so I'll need to change this to expected date is not Monday.…And then I'll return the test info.…
Author
Updated
8/29/2017Released
6/16/2016- Examining types of frameworks
- Choosing a naming convention
- Creating unit tests
- Running unit tests with Visual Studio
- Modifying and correcting code
- Handling exceptions
- Installing and using nUnit
- Viewing test results with CodeLens
Skill Level Beginner
Duration
Views
Q: This course was updated on 08/22/2017. What changed?
A: New videos were added that cover live unit testing and creating a project with the unit test framework.
Related Courses
-
Introduction
-
Welcome59s
-
-
1. Create a Simple Unit Test Framework
-
What are unit tests?6m 23s
-
Add the test projects1m 14s
-
Analyze which tests to run2m 10s
-
Create a simple test4m 45s
-
Create a simple test runner3m 46s
-
Add additional tests2m 59s
-
Refactor the test runner3m 59s
-
Create an Assert class5m 20s
-
Use the Assert class3m 49s
-
-
2. Unit Testing Conventions
-
Choose a naming convention5m 59s
-
-
3. Work with Visual Studio Unit Testing Framework
-
Create the unit test4m 16s
-
Run the unit test3m 21s
-
Modify code to pass test4m 53s
-
Expected exceptions4m 27s
-
Test parameters4m 9s
-
4. Work with xUnit
-
Install xUnit2m 21s
-
Expected exceptions4m 55s
-
Test multiple parameters2m 13s
-
-
5. Work with nUnit
-
Install nUnit2m 9s
-
Create and run a unit test2m 25s
-
Use the nUnit constraints3m 44s
-
More nUnit constraints6m 16s
-
Test parameters2m 21s
-
-
6. Additional Topics
-
Get more from your tests4m 40s
-
Debug unit tests2m 8s
-
Use the test menus3m 27s
-
Live unit testing4m 56s
-
Conclusion
-
Goodbye1m 1s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Add additional tests