public class MockConfig extends Object implements Serializable
| Constructor and Description |
|---|
MockConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - Copyright © 2012 JBoss by Red Hat. All Rights Reserved.