public void CreateFundingInstrumentCollection_Facts() { var z = FundingInstrumentFunctions.CreateFxForward("mehg", DateTime.Today, "USD", "ZAR", 123, 17, "Z.1", "Z.1", Value); var e = new object[0, 0]; Assert.Equal("zzlagh¬0", FundingInstrumentFunctions.CreateFundingInstrumentCollection("zzlagh", new object[, ] { { z } }, e, e, e, e, e, e, e, e)); }
public void CreateFxForward_Facts() => Assert.Equal("meh¬0", FundingInstrumentFunctions.CreateFxForward("meh", DateTime.Today, "USD", "ZAR", 123, 17, "Z.1", "Z.1", Value));