public void SelectedMethodTest() { RecognitionMethodsRepository target = new RecognitionMethodsRepository(); // TODO: Initialize to an appropriate value string expected = string.Empty; // TODO: Initialize to an appropriate value string actual; target.SelectedMethod = expected; actual = target.SelectedMethod; Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }
public void RecognitionMethodsRepositoryConstructorTest() { RecognitionMethodsRepository target = new RecognitionMethodsRepository(); Assert.Inconclusive("TODO: Implement code to verify target"); }