erdomke / Innovator.Client

Client library for communicating with Aras Innovator
MIT License
30 stars 16 forks source link

Add AssertNoError overload for ignoring NoItemsFound #12

Closed broderickhyman closed 5 years ago

broderickhyman commented 5 years ago

Creating the ability to just use AssertNoError when you are okay with not finding any items and don't want to access it with .Items()

erdomke commented 5 years ago

That works for me. Thanks for the update!