Ejemplo n.º 1
0
        public void InputsTest()
        {
            LinkableTimeSeriesGroup_Accessor target = new LinkableTimeSeriesGroup_Accessor(); // TODO: Initialize to an appropriate value
            IList <IBaseInput> expected             = null;                                   // TODO: Initialize to an appropriate value
            IList <IBaseInput> actual;

            target.Inputs = expected;
            actual        = target.Inputs;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
 public void InputsTest()
 {
   LinkableTimeSeriesGroup_Accessor target = new LinkableTimeSeriesGroup_Accessor(); // TODO: Initialize to an appropriate value
   IList<IBaseInput> expected = null; // TODO: Initialize to an appropriate value
   IList<IBaseInput> actual;
   target.Inputs = expected;
   actual = target.Inputs;
   Assert.AreEqual(expected, actual);
   Assert.Inconclusive("Verify the correctness of this test method.");
 }