private static final double CST = 100;
private static final GeneratorPriceIndexCurveConstant GENERATOR_PRICE_INDEX_CONSTANT = new GeneratorPriceIndexCurveConstant();
@Test(expectedExceptions = IllegalArgumentException.class)
public void nullYieldNodes() {
new GeneratorPriceIndexCurveInterpolatedNode(null, LINEAR_FLAT);
}