Self-Promotion
Ship high quality software faster. Contact me to improve your companies non-coding tasks required to get your software out the door.info@saturdamp.com
780-886-3406Today I Learned Series
-
Recent Posts
- Saturday MP Show #13: Merge Conflict when trying to create a PR for the Standard Ruby Linter Bug
- See you at BSides Edmonton 2023
- Saturday MP Show #12: Refactoring of a System Test While Fixing the Standard Ruby Linter ToDo Bug
- SaturdayMP Show #11: Refactoring System Tests for the Standard Ruby Linter Todo Bug
- XPlugins.iOS.BEMCheckBox v2.0.0 Released!
Archives
Categories
Tag, You’re It
- .NET
- .NET Core
- ASP.NET MVC
- BackAndForth
- Behemoth Garden
- BEMCheckBox
- Birm
- build
- C#
- Canadian eh?
- Coming... Later
- Compress Pictures
- DataGrip
- Docker
- Entity Framework
- fun
- Introduction to ORMs for DBAs
- ios
- jetbrains
- kids thinking outside the box
- Mini-Compressor
- native-binding
- network
- NUnit
- ORM
- react
- Real Estate
- Reduce image size
- Reduce photo size
- ruby
- RubyMine
- ruby on rails
- saturdaymp show
- Smaller images
- software development
- sql-server
- standard ruby
- Takeaways
- TeamCity
- Temporal Database
- Today I Learned
- Ubuntu
- xamarin
- xamarin ios .net native-binding
- xplugins
Tag Archives: NConstraints
Today I Learned How to Create Custom NUnit Constraints – Part 2: Constraint Usage Syntax
In Part 1 we created a custom NUnit constraint but you where limited in using the constraint. You could only write: It would be nice to write: To do that you should read the documentation. End of blog post. So is … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged NConstraints, NUnit
Comments Off on Today I Learned How to Create Custom NUnit Constraints – Part 2: Constraint Usage Syntax
Today I Learned How to Create Custom NUnit Constraints – Part 1: Creating the Constraint
NUnit has has built in constraints for most the tests you will need to write so there is no need to create your own. End of blog post. OK, that was a bad joke. The first step in creating a … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged .NET, NConstraints, NUnit
Comments Off on Today I Learned How to Create Custom NUnit Constraints – Part 1: Creating the Constraint
NConstraints Version 1.0.0 Released
A common unit test assert I need to do is compare all the property values of one object to another. For example: In this test we only have two properties to test but if the object has 10 plus properties … Continue reading
Posted in Code Examples
Tagged NConstraints, NUnit
Comments Off on NConstraints Version 1.0.0 Released