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