This commit is contained in:
@@ -447,6 +447,18 @@ public class MarketDataUnitTestClass
|
||||
Assert.IsTrue(null != companyProfile);
|
||||
}
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public void GetCompanyProfileMorningStar()
|
||||
{
|
||||
String symbol = "AAPL";
|
||||
String nasdaq = "xnas";
|
||||
String nyse = "xnys";
|
||||
CompanyProfile companyProfile = MarketDataHelper.GetCompanyProfileMorningStar(symbol, nasdaq);
|
||||
if(null==companyProfile)companyProfile = MarketDataHelper.GetCompanyProfileMorningStar(symbol, nyse);
|
||||
Assert.IsTrue(null != companyProfile);
|
||||
}
|
||||
|
||||
// Test all feeds
|
||||
[TestMethod]
|
||||
public void HeadlinesRetrieval()
|
||||
|
||||
Reference in New Issue
Block a user