Class MockParamDescription
java.lang.Object
gg.jte.extension.api.mocks.MockParamDescription
- All Implemented Interfaces:
ParamDescription
Mock implementation to help with testing extensions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String value) static MockParamDescriptionname()type()
-
Field Details
-
Constructor Details
-
MockParamDescription
public MockParamDescription()
-
-
Method Details
-
mockParamDescription
-
type
-
name
-
defaultValue
-
type
- Specified by:
typein interfaceParamDescription
-
name
- Specified by:
namein interfaceParamDescription
-
defaultValue
- Specified by:
defaultValuein interfaceParamDescription
-