public void Test_UpdateTitle() { var data = new AdoData(); var actual = data.UpdateTitle(title); Assert.True(actual); }