public void FormatTest()
 {
     BreXPathFormatter target = new BreXPathFormatter(); // TODO: Initialize to an appropriate value
     object data = null; // TODO: Initialize to an appropriate value
     XPathNavigator expected = null; // TODO: Initialize to an appropriate value
     XPathNavigator actual;
     actual = target.Format(data);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void BreXPathFormatterConstructorTest()
 {
     BreXPathFormatter target = new BreXPathFormatter();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }