You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

SmartTests

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SmartTests

SmartTests enables you to write Smarter unit tests, wether you use NUnit, Xunit or MSTests. It is best to install SmartTests.Analyzer and SmartTests.Extension so that missing tests will be displayed. They are Smart in the sense that: 1. The Act line of your test is instantly identifiable. 2. You express your Act logical intent and the optional Analyzer will display all missing tests. 3. You can use smarter assertions than the ones provided by usual Testing Frameworks as Smart Tests knows what is your Act and when it is run. a. You ensure that a PropertyChanged event is raised with only one line of code. b. You ensure that any event is raised with only one line of code. c. You ensure that an object didn't changed at all with only one line of code. d. You ensure that your property set is effective by checking its value after is not equal to its value before with only one line of code. e. You show each effect of your Act code relatively to its previous value with only one line of code.

1.13.0
Source
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

SmartTests

FAQs

Package last updated on 07 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts