I am new to testing please help.
I have the following class
public delegate void OnInvalidEntryMethod(ITnEntry entry, string message); public class
Your test should subscribe to the event OnInvalidEntry with a dummy method, call IsValidEntry and check the result.
OnInvalidEntry
IsValidEntry