Beispiel #1
0
        private static void FindHostUuidsTestHelper(IEnumerable <string> given, IEnumerable <string> expected)
        {
            var actual = MessageAlert.FindHostUuids(given);

            Assert.IsNotNull(actual, "FindHostUuids should not return null.");
            Assert.That(actual, Is.EquivalentTo(expected));
        }