-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Added regex in validators, changed models into dtos, created …
…unit tests" This reverts commit b2825e8.
- Loading branch information
Showing
25 changed files
with
167 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace ReasnAPI.Tests | ||
{ | ||
[TestClass] | ||
public class UnitTest1 | ||
{ | ||
[TestMethod] | ||
public void TestAdd() | ||
{ | ||
Assert.AreEqual(17, 17); | ||
} | ||
} | ||
} |
336 changes: 0 additions & 336 deletions
336
Server/ReasnAPI/ReasnAPI.Tests/Validators/AddressValidatorTests.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.