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