119120121122123124125126127
assertNull(ids); } @Test public void testCashFlowSecurity() { final CashFlowSecurity security = ExposureFunctionTestHelper.getCashFlowSecurity(); final List<ExternalId> ids = security.accept(EXPOSURE_FUNCTION); assertNull(ids); }
219220221222223224225226227