zzz projects Dapper Tutorial
Getting Started Documentation 3rd Party Libraries Knowledge Base Online Examples
  • Getting Started
  • Documentation
  • 3rd Party Libraries
  • Knowledge Base
  • Online Examples
  •   Download  

Dapper Tutorial - Knowledge Base (KB)

2 results for: in tag: fakeiteasy

How to fake a generic method call using FakeItEasy?

I am faking an ...IDbConnection... and I want to fake the call to ...QueryOne<T>()... (a ...Dapper...extension) but I get a ...NullReferenceException... when doing so....Here´s my code:...IDbConnection myConnection = A.Fake<IDbConnection>(); A.CallTo((...
dapper fakeiteasy generics
asked by Christian Jensen

Unit Testing - faking out Dapper QueryMultipleAsync

I am using the Dapper QueryMultipleAsync to split the result of a SQL query into a number of different objects. ...However I am having trouble finding a way to unit test the method that this call is in. I have been using Fake it Easy to fake out elements...
dapper fakeiteasy
asked by Simon.A

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...