GitHunt
RB

rbjrishabh22/Creating-a-Unit-Test-Project-VS-2017

Creating a Library and do the Unit Test

Creating-a-Unit-Test-Project-VS-2017

In this code will verify the lower and Upper character in the words.
If the words having any Upper Character:
Return TRUE
If the words having only lower character:
Return FALSE

#Creating a Library and do the Unit Test

#Crating a Library
Open VS
Go New > Project > Visual C# > Class Libary
Write code Refer attachment "demoDllCreation.sln"
Build and Save it

#Create Unit Test code for above scenarios
Go New > Project > Visual C# > Test > MSTest Test Project
Write code Refer attachment "StringLibraryTest.csproj".
Build and save it.

Languages

C#87.9%Smalltalk12.1%

Contributors

Created June 7, 2019
Updated June 7, 2019
rbjrishabh22/Creating-a-Unit-Test-Project-VS-2017 | GitHunt