Update estimate
This commit is contained in:
@@ -23,6 +23,17 @@ namespace LeafWeb.Core.Tests.Charter
|
||||
Assert.That(curves.Count(),Is.EqualTo(1));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Convert_Papaya()
|
||||
{
|
||||
var fileInfo = FileUtility.GetContentFile(ContentDirectory, "Papaya_leafgascomparison.csv");
|
||||
LeafGasComparison[] leafGasComparisons;
|
||||
using (var parser = new LeafGasComparisonParser(fileInfo))
|
||||
leafGasComparisons = parser.Parse();
|
||||
|
||||
var curves = CurveDataConverter.Convert(leafGasComparisons);
|
||||
Assert.That(curves.Count(),Is.EqualTo(23));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Convert_ThrowsExpectionWhenNotEnoughDataSets()
|
||||
|
||||
Reference in New Issue
Block a user