Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Nikos Baxevanis
Nikos Baxevanis has asked
14
questions and find answers to
90
problems.
Stats
2.5k
EtPoint
851
Vote count
14
questions
90
answers
About
Involved with automated testing tools; the F# and Haskell version of Hedgehog, AutoFixture, FsCheck.
Nikos Baxevanis questions
Is there an F# equivalent of Enumerable.DefaultIfEmpty?
Filter site.related_posts in Jekyll
Carrying per-request context using the HttpRequestMessage.Properties
Func<T, TResult> property in F#
Temporarily disable StyleCop warnings on ReSharper 6
Visual Studio shows "Updating source control status" after installing ASP.NET MVC 4 Beta
How to handle exceptions thrown by Tasks in xUnit .net's Assert.Throws<T>?
Which is better? Unit-test project per solution or per project?
InvalidCastException is thrown after installing ASP.NET MVC 4 Beta
Nikos Baxevanis answers
Can Autofixture enumerate all objects given a list of possible values for each property
How do I create a specimen builder in AutoFixture to always return a string that matches a Regex?
AutoFixture with derived types
Can I customise a Fixture in an XUnit constructor for use with Theory and AutoData?
Why isn't AutoFixture working with the StringLength data annotation?
AutoFixture with AutoMoq and concrete object injection
Using AutoFixture to set properties on a collection as data for an Xunit theory
AutoFixture: Supply a Func as a constructor argument
Can Autofixture.Create<int> return a negative value?
AutoFixture: PropertyData and heterogeneous parameters