Class Z2ConfigurationParametersDto
java.lang.Object
com.zfabrik.dev.z2jupiter.internal.transfer.Z2ConfigurationParametersDto
- All Implemented Interfaces:
Serializable,org.junit.platform.engine.ConfigurationParameters
public class Z2ConfigurationParametersDto
extends Object
implements org.junit.platform.engine.ConfigurationParameters, Serializable
Trivial map based config params that we really just implement to
satisfy the API requirements. On the client, we do not really
care.
- See Also:
-
Field Summary
Fields inherited from interface org.junit.platform.engine.ConfigurationParameters
CONFIG_FILE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionZ2ConfigurationParametersDto(org.junit.platform.engine.ConfigurationParameters p) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.engine.ConfigurationParameters
get
-
Constructor Details
-
Z2ConfigurationParametersDto
public Z2ConfigurationParametersDto() -
Z2ConfigurationParametersDto
public Z2ConfigurationParametersDto(org.junit.platform.engine.ConfigurationParameters p)
-
-
Method Details
-
get
- Specified by:
getin interfaceorg.junit.platform.engine.ConfigurationParameters
-
getBoolean
- Specified by:
getBooleanin interfaceorg.junit.platform.engine.ConfigurationParameters
-
size
public int size()- Specified by:
sizein interfaceorg.junit.platform.engine.ConfigurationParameters
-
keySet
- Specified by:
keySetin interfaceorg.junit.platform.engine.ConfigurationParameters
-