|
JSF Test Framework: Maven Mock-Generator Plugin 1.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mockgenerator.config.Mock
public class Mock
Class Mock.
| Constructor Summary | |
|---|---|
Mock()
|
|
| Method Summary | |
|---|---|
void |
addMethod(MockMethod mockMethod)
Method addMethod. |
boolean |
equals(Object other)
Method equals. |
String |
getClassName()
Get the className field. |
String |
getCode()
Get the code field. |
List |
getMethods()
Method getMethods. |
String |
getName()
Get the name field. |
String |
getPostConstruct()
Get the postConstruct field. |
int |
hashCode()
Method hashCode. |
void |
removeMethod(MockMethod mockMethod)
Method removeMethod. |
void |
setClassName(String className)
Set the className field. |
void |
setCode(String code)
Set the code field. |
void |
setMethods(List methods)
Set the methods field. |
void |
setName(String name)
Set the name field. |
void |
setPostConstruct(String postConstruct)
Set the postConstruct field. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Mock()
| Method Detail |
|---|
public void addMethod(MockMethod mockMethod)
mockMethod - public boolean equals(Object other)
equals in class Objectother -
public String getClassName()
public String getCode()
public List getMethods()
public String getName()
public String getPostConstruct()
public int hashCode()
hashCode in class Objectpublic void removeMethod(MockMethod mockMethod)
mockMethod - public void setClassName(String className)
className - public void setCode(String code)
code - public void setMethods(List methods)
methods - public void setName(String name)
name - public void setPostConstruct(String postConstruct)
postConstruct - public String toString()
toString in class Object
|
JSF Test Framework: Maven Mock-Generator Plugin 1.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||