Update estimate
This commit is contained in:
@@ -65,6 +65,18 @@ namespace LeafWeb.Core.Tests.Parsers
|
||||
Assert.That(curveIds.Length, Is.EqualTo(3));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void ExtractCurveIds_Multiple_Papaya()
|
||||
{
|
||||
var fileInfo = FileUtility.GetContentFile(ContentDirectory, "Papaya_leafgascomparison.csv");
|
||||
|
||||
string[] curveIds;
|
||||
using (var parser = new LeafGasComparisonParser(fileInfo))
|
||||
curveIds = parser.ExtractCurveIds();
|
||||
|
||||
Assert.That(curveIds.Length, Is.EqualTo(23));
|
||||
}
|
||||
|
||||
//[Test, Explicit]
|
||||
public void Parse_Timer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user