Exemple #1
0
        public void TestDetect()
        {
            IEnumerable <KeyValuePair <string, object> > resourceAttributes;
            var ebsResourceDetector = new AWSEBSResourceDetector();

            resourceAttributes = ebsResourceDetector.Detect();
            Assert.Null(resourceAttributes); // will be null as it's not in ebs environment
        }