Questions tagged [fakeo]

Fake Object data population for .NET.

Fake Object data population for .NET.

This simple utility library can be used to rig up data objects in .NET. The intention is that it be used in conjunction with other mocking tools, like Moq.

https://github.com/rally25rs/FakeO

1 questions
1
vote
2 answers

Can not fake guid properties using FakeO

I am trying to use the library called FakeO (https://github.com/rally25rs/FakeO) It works fine except when there is a Guid property. Anyone have an idea what I maybe doing wrong ? Exceptin I get is : Object of type 'System.Int32' cannot be converted…
Perpetualcoder
  • 13,501
  • 9
  • 64
  • 99