Apps72 / DbMocker

Data Mocker for C# DbConnection
MIT License
35 stars 11 forks source link

Property to know all conditions already registered. #2

Closed dvoituron closed 3 years ago

dvoituron commented 6 years ago

Add a property to know (or change) all conditions already registered.

Ex _connection.Mocks.Registered

Property name must be defined (All / Registered / ...).

dvoituron commented 6 years ago

The difficulty is to display the condition... like a lambda expression (as a string) for example.

dvoituron commented 3 years ago

Mocks.Conditions returns a list of all conditions recorded.