All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testcontainers.junit.jupiter.TestcontainersTestDescription Maven / Gradle / Ivy

The newest version!
package org.testcontainers.junit.jupiter;

import lombok.Value;
import org.testcontainers.lifecycle.TestDescription;

@Value
class TestcontainersTestDescription implements TestDescription {

    String testId;

    String filesystemFriendlyName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy