Menu

Close
  • Home
  • java (29)
  • dotnet (11)
  • algorithms (7)
  • architecture (7)
  • scala (7)
  • javascript (5)
  • polish (5)
  • csharp (4)
  • elektronika (4)
  • hibernate (3)
  • linux (3)
  • unit-testing (3)
  • hardware-review (2)
  • cheatsheet (1)
  • ctf (1)
  • devcon (1)
  • eclipse (1)
  • electronics (1)
  • functional-programming (1)
  • git (1)
  • hacking (1)
  • hardware (1)
  • kotlin (1)
  • low-level (1)
  • other (1)
  • postman (1)
  • powershell (1)
  • regex (1)
  • security (1)
  • sql (1)
  • ssh (1)
  • tips (1)
  • vim (1)
  • windows (1)
Subscribe
Blog Logo Menu

unit-testing

A 3-post collection

Page 1 of 1

Floating point numbers and Unit Testing

Floating point numbers are inherently imprecise. This can be problematic when we try to unit test numerical algorithms. Let’s see this on an example (JVM/Scala, ScalaTest... »

Author image Marcin Chwedczuk on Unit-testing 18 Sep 2019

Fluent Validation and complex dependencies between properties

FluentValidation is one of the best validation libraries for .NET. I use it daily both at work and in my personal pet projects. Still from time... »

Author image Marcin Chwedczuk on Dotnet, Unit-testing 18 Sep 2018

You can live without mocking frameworks

For a long time I have been fan of mocking frameworks like Moq and NSubstitute. These libraries seems indispensable while unit-testing. They allow us to easily... »

Author image Marcin Chwedczuk on Dotnet, Unit-testing 08 Sep 2018
Page 1 of 1
Programming is Magic © 2021
Proudly published with Jekyll using Jasper