public void Test_ConvertToHex(int[] i, string r) { string hex = Rgb.ConvertToHex(i); Assert.True(hex.Equals(r)); }