PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I solved it this way, using a custom constraint in the mock object, which allows me to run my own test method when the mock is called, here is what I've, it is an extention of the idea I would with DelegatingConstraint: public class DelegatingConstraintWithArgs : BaseConstraint { private readonly string message; private readonly int numberOfParams; private Delegate d; private int currentParam = 0; priv
http://www.w3.org/ns/prov#wasQuotedFrom
  • ayende.com