Пример #1
0
 [Ignore] // placeholder
 public void AllowedAuthenticationsTest()
 {
     FailureMessage target = new FailureMessage(); // TODO: Initialize to an appropriate value
     string[] expected = null; // TODO: Initialize to an appropriate value
     string[] actual;
     target.AllowedAuthentications = expected;
     actual = target.AllowedAuthentications;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #2
0
 [Ignore] // placeholder
 public void FailureMessageConstructorTest()
 {
     FailureMessage target = new FailureMessage();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }