Example #1
0
        public LineProberTests()
        {
            this.FakeLineObject =
                new line_object()
                {
                    Items = new object[] { new EntityObjectStringType() { Value = "show running-config" } }
                };

            this.FakeCollectInfo = ProbeHelper.CreateFakeCollectInfo(new ObjectType[] { FakeLineObject });
        }
Example #2
0
        public LineProberTests()
        {
            this.FakeLineObject =
                new line_object()
            {
                Items = new object[] { new EntityObjectStringType()
                                       {
                                           Value = "show running-config"
                                       } }
            };



            this.FakeCollectInfo = ProbeHelper.CreateFakeCollectInfo(new ObjectType[] { FakeLineObject });
        }
Example #3
0
 public VersionProberTests()
 {
     this.FakeVersionObject =
         new version55_object();
     this.FakeCollectInfo = ProbeHelper.CreateFakeCollectInfo(new ObjectType[] { FakeVersionObject });
 }
Example #4
0
 public VersionProberTests()
 {
     this.FakeVersionObject =
         new version55_object();
     this.FakeCollectInfo = ProbeHelper.CreateFakeCollectInfo(new ObjectType[] { FakeVersionObject });
 }