Exemple #1
0
 public static void AreEqual(ITesteroidsMock expected,
                             object actual,
                             string message,
                             params object[] args)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public static void AreEqual(ITesteroidsMock expected,
                             object actual)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public static void AreEqual(object expected,
                             ITesteroidsMock actual,
                             string message)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public static void AreSame(object expected,
                            ITesteroidsMock actual)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public static void AreSame(ITesteroidsMock expected,
                            object actual,
                            string message)
 {
     throw new NotImplementedException();
 }