Skip to content

tomasskon/SimpleValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project structure

  1. SimpleValidation - unit tests that have been created by me. (Tomas Kondrotas)

  2. Unit test implementation - implementation of validators given other students unit tests
    2.1. UnitTests - unit tests given by my classmate.
    2.2. Additional unit tests - unit tests that were added by me.
    2.3. Validators - implementation of validators.

  3. Library implementation - users managment web application (using Nerijus Pūras nugget library to validate user data) Classmates validators were implemented in LibraryImplementation.Service -> UserValidationService.cs class.

Some additional notes

Some unit tests that were given by my classmate were incorrect, for instance the phone numbers is valid, bet the unit test asserts that it will be invalid. For those unit tests I commented them out and added my own. A pull request will be created to my classmates repository with the changes.

Also to each unit test I added SetUp method (to configure validators configurations), because my implementation requires the setup to be done before usage of the validators. The logic of unit tests was not changed..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published