Exemplo n.º 1
0
        public void GetInfoTest()
        {
            ListAllMyBuckets target   = new ListAllMyBuckets(); // TODO: Initialize to an appropriate value
            string           expected = string.Empty;           // TODO: Initialize to an appropriate value
            string           actual;

            actual = target.GetInfo();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemplo n.º 2
0
 public override string GetResultInfo()
 {
     return(base.GetResultInfo() + (listAllMyBuckets == null ? "" : "\n" + listAllMyBuckets.GetInfo()));
 }