Can any body tell me how to use Microsoft built in Tests with NHibernate For Repository Layer(DAL)?
I have a method that performs an asynchronous service call. I call this class by passing in the callback. public void GetRights(EventHandler<GetRightsCompletedEventArgs> callback) { ...