My all test case passed in the assessment of module 5 but I want to learn it.
I am getting Error: 503 Service Unavailable Provider But
I got Arrays$ArrayList@59 size=3 in collection while debugging calculateAnnualizedReturn() function
Is it still possible that my builUri() function is wrong ?
Collection gets values by getStockQuote() function that uses buildUri() function for making url
I want to debug buidlUri() function that is present in PortfolioMangerImpl file this but debug mode does not stop there It just tells test cases passed?
I have the constructor in the below given state.Could this be an issue here?
@Rahul-Crio.do Can you look in my code if possible that why am I getting this error ?
// Caution: Do not delete or modify the constructor, or else your build will
// break!
// This is absolutely necessary for backward compatibility
protected PortfolioManagerImpl(RestTemplate restTemplate) {
}
One more thing I have to compare between Current & Incoming changes just after I push my code to target repos. It should be happen after pulling code. Why this is happening?