public void ShouldExpandBraces(string pattern, string[] expected) { // Given, When IEnumerable <string> result = Globber.ExpandBraces(pattern); // Then CollectionAssert.AreEquivalent(expected, result); }