powermock.examples.bypassencapsulation.nontest
Class Report

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

public class Report
extends Object

A marker domain object used to demonstrate some test features in PowerMock.


Constructor Summary
Report(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report(String name)
Method Detail

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2007-2012. All Rights Reserved.