Class RefPortProperty
- java.lang.Object
-
- org.lorislab.jel.testcontainers.docker.properties.TestProperty
-
- org.lorislab.jel.testcontainers.docker.properties.RefPortProperty
-
public class RefPortProperty extends TestProperty
-
-
Field Summary
-
Fields inherited from class org.lorislab.jel.testcontainers.docker.properties.TestProperty
name
-
-
Constructor Summary
Constructors Constructor Description RefPortProperty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RefPortPropertycreateTestProperty(String name, String[] data)StringgetValue(DockerTestEnvironment environment)
-
-
-
Method Detail
-
getValue
public String getValue(DockerTestEnvironment environment)
- Specified by:
getValuein classTestProperty
-
createTestProperty
public static RefPortProperty createTestProperty(String name, String[] data)
-
-