powermock.examples.bypassencapsulation.nontest
Class ReportTemplateService

java.lang.Object
  extended by powermock.examples.bypassencapsulation.nontest.ReportTemplateService

public class ReportTemplateService
extends Object

A stub service used to demonstrate test key-points.


Constructor Summary
ReportTemplateService()
           
 
Method Summary
 String getTemplateId(String reportId)
          Get a template id from a report id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTemplateService

public ReportTemplateService()
Method Detail

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.