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

com.vmlens.report.container.ContainerForTestLoop Maven / Gradle / Ivy

package com.vmlens.report.container;

import com.vmlens.trace.agent.bootstrap.description.TestLoopDescription;

public class ContainerForTestLoop implements Container {

    private final TestLoopDescription testLoopDescription;

    public ContainerForTestLoop(TestLoopDescription testLoopDescription) {
        this.testLoopDescription = testLoopDescription;
    }

    @Override
    public String getName() {
        return testLoopDescription.name();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy