How & what to test in class properties using Rhino Mocks. I have the
following Interface but im not sure how & what to test in this
IContext ? can someone help me
public interface IContext
{
int BatchID { get; set; }
Document[] InputDocuments { get; set; }
Document[] ConvertedDocuments { get; set; }
Document PackagedDocument { get; set; }
}
public class Document
{
public Stream DocumentStream { get; set; }
public DocumentType UserDocumentType { get; set; }
}
--
You received this message because you are subscribed to the Google Groups
"Rhino.Mocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rhinomocks?hl=en.