Add solution dependencies for unit test
This commit is contained in:
@@ -51,11 +51,6 @@ public class MarketDataUnitTestClass
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
// public static Price GetLatestPriceBarChart(string symbol);
|
||||
// public static Price GetLatestPriceGoogle(string symbol);
|
||||
// public static Price GetLatestPriceRobinhood(string symbol);
|
||||
|
||||
[TestMethod]
|
||||
public void GetDailyPricesYahooRetrieval()
|
||||
{
|
||||
|
||||
@@ -4,6 +4,8 @@ VisualStudioVersion = 17.5.2.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketDataUnitTests", "MarketDataUnitTests.csproj", "{483B0672-A064-A982-107D-CA61B1BD37D4}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketDataLib", "..\MarketData\MarketDataLib\MarketDataLib.csproj", "{40159117-A4E2-F689-5B94-20FB81B71B98}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user