All Questions
Tagged with automoq castle-dynamicproxy
1 question
0
votes
0
answers
275
views
AutoMoq to respect MaxLengthAttribute
I'm using AutoFixture with AutoMoq to generate and configure a Mock to an interface. This interface uses the MaxLength attribute to specify the maximum length each property.
How can I make the ...