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