powermock.examples.bypassencapsulation.nontest
Class ReportTemplateService
java.lang.Object
powermock.examples.bypassencapsulation.nontest.ReportTemplateService
public class ReportTemplateService
- extends Object
A stub service used to demonstrate test key-points.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportTemplateService
public ReportTemplateService()
getTemplateId
public String getTemplateId(String reportId)
- Get a template id from a report id.
- Parameters:
reportId
- The id of the report whose template to get.
- Returns:
- The Id of the template associated with the report.
Copyright © 2007-2012. All Rights Reserved.