IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A helper class for matching test events. More...
Public Member Functions | |
EventMatcher (IEnumerable< string > expectedEvents) | |
bool | MatchEvent (string @event, int item) |
Matches a test event with one of the expected events. More... | |
Private Attributes | |
readonly List< string > | _expectedEvents |
A helper class for matching test events.
|
inline |
|
inline |
Matches a test event with one of the expected events.
event | A string identifying the test event |
item | The index of the recorded test event |
References NUnit.Framework.Assert.Contains().
|
private |