Exemplo n.º 1
0
 protected void AssertAreEquivalent <TOther>(TOther o1, TOther o2) where TOther : class
 {
     NhAssert.AssertAreEquivalent(o1, o2, EquivalenceComparer.For <TOther>());
 }
Exemplo n.º 2
0
 protected void AssertAreEquivalent(T o1, T o2)
 {
     NhAssert.AssertAreEquivalent(o1, o2, _comparer);
 }