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