|
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.MockConfig
public class MockConfig
Class MockConfig.
| Constructor Summary | |
|---|---|
MockConfig()
|
|
| Method Summary | |
|---|---|
void |
addMock(Mock mock)
Method addMock. |
String |
getClassPrefix()
Get the classPrefix field. |
String |
getMockController()
Get the mockController field. |
String |
getMockPackage()
Get the mockPackage field. |
List |
getMocks()
Method getMocks. |
String |
getModelEncoding()
Method getModelEncoding. |
void |
removeMock(Mock mock)
Method removeMock. |
void |
setClassPrefix(String classPrefix)
Set the classPrefix field. |
void |
setMockController(String mockController)
Set the mockController field. |
void |
setMockPackage(String mockPackage)
Set the mockPackage field. |
void |
setMocks(List mocks)
Set the mocks field. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockConfig()
| Method Detail |
|---|
public void addMock(Mock mock)
mock - public String getClassPrefix()
public String getMockController()
public String getMockPackage()
public List getMocks()
public String getModelEncoding()
public void removeMock(Mock mock)
mock - public void setClassPrefix(String classPrefix)
classPrefix - public void setMockController(String mockController)
mockController - public void setMockPackage(String mockPackage)
mockPackage - public void setMocks(List mocks)
mocks - public void setModelEncoding(String modelEncoding)
modelEncoding -
|
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 | |||||||||