Skip to content

Commit

Permalink
revised unit-test for symbol parsing and market-data-file reading
Browse files Browse the repository at this point in the history
  • Loading branch information
pekola committed Mar 4, 2024
1 parent f2d98c3 commit f305c5a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package net.finmath.smartcontract.marketdata;


import com.fasterxml.jackson.databind.ObjectMapper;
import net.finmath.smartcontract.marketdata.curvecalibration.CalibrationDataItem;
import net.finmath.smartcontract.marketdata.curvecalibration.CalibrationDataset;
import net.finmath.smartcontract.marketdata.curvecalibration.CalibrationParserDataItems;
import net.finmath.smartcontract.product.SmartDerivativeContractDescriptor;
import net.finmath.smartcontract.product.xml.SDCXMLParser;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.mockito.internal.matchers.Null;
import org.xml.sax.SAXException;

import javax.xml.parsers.ParserConfigurationException;
Expand Down

0 comments on commit f305c5a

Please sign in to comment.