Exemplo n.º 1
0
        public void PrepareDatesTestForWeekday()
        {
            GenevaSoapReport_Accessor target = new GenevaSoapReport_Accessor(); // TODO: Initialize to an appropriate value

            //target.RunDate = "2/16/2013";
            //target.KnowDate = "2/16/2013";
            //target.PrepareDates();

            //Assert.Equals(target.varPeriodStart, new DateTime(2013, 2, 15));
            //Assert.Equals(target.varPeriodEnd, new DateTime(2013, 2, 16));
            //Assert.Equals(target.varKnowledge, new DateTime(2013, 2, 16));
            //Assert.Equals(target.varKnowledgePrior, new DateTime(2013, 2, 14));
            ////Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 2
0
 public void PrepareDatesTestForSaturday()
 {
     GenevaSoapReport_Accessor target = new GenevaSoapReport_Accessor(); // TODO: Initialize to an appropriate value
     target.RunDate = "";
     target.PrepareDates();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }