-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 58: Human Resource Machine (Duplicate Machine Size Challenge)
- SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale
- SaturdayMP Show 56: Kali on WSL
- SaturdayMP Show 55: Migrating from VMWare to Hyper-V
- SaturdayMP Show 53: Human Resource Machine (Inventory Report)
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun GitHub hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned Ubuntu xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
Tag Archives: NUnit
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
Today I Learned How to Run NUnit Tests for a .NET Core Project in TeamCity
In TeamCity you can’t use the usual NUnit Runner to run .NET Core unit tests. At least I couldn’t get it to work. I’m sure this will be fixed in the future but for now the below works for me. … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged .NET, .NET Core, NUnit, TeamCity
Comments Off on Today I Learned How to Run NUnit Tests for a .NET Core Project in TeamCity
Notes: Upgrade NUnit.Xamarin to NUnit 3.8.1
The notes I took when trying to upgrade the NUnit Xamarin project to NUnit 3.8.1. The reason I did this was to fix issue #87. When I try to us NUnit Xamarin on another project it fails with the following … Continue reading
Posted in Code Examples, Notes, Software Development
Tagged notes, NUnit, xamarin
Comments Off on Notes: Upgrade NUnit.Xamarin to NUnit 3.8.1
NUnit Error “Attempted to access an unloaded AppDomain”
I was plagued by the above error but found a workaround, at least one that worked for me. It’s a one line change to the NUnit config file. Note, this the actual NUnit config file that is installed in C:Program … Continue reading
Posted in Code Examples
Tagged Debugging, NUnit
Comments Off on NUnit Error “Attempted to access an unloaded AppDomain”