chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi, may I know will even handler verification will be in for the next release?

I've something like this:
public class AnEventClass
{
public event MyChanged myChanged;

public void CallMyChanged()
{
  if(myChanged!=null)
    myChange(1,2);)
}
}



and I want to make sure that myChanged is called in CallMyChanged() method.
________
BMW M20 history
asked by nsoonhui (59.1k points)

1 Answer

0 votes
Hi,

The upcoming version is not going to include events. We'll get there, as we're going to cover all the features we have today in Reflective and Natural mocks with the new API.

Thanks,
answered by gilz (14.5k points)
...