public void PathCombine(string expected, params string[] paths) { string result = VaultAgentAPI.PathCombine(paths); Assert.AreEqual(expected, result); }