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

com.vmlens.report.uielement.UILoopAndRunElementWithStacktraceLeafs Maven / Gradle / Ivy

package com.vmlens.report.uielement;

import java.util.List;

public class UILoopAndRunElementWithStacktraceLeafs {

    private final UITestLoop uiTestLoop;
    private final List uiRunElementWithStacktraceLeafs;

    public UILoopAndRunElementWithStacktraceLeafs(UITestLoop uiTestLoop,
                                                  List uiRunElementWithStacktraceLeafs) {
        this.uiTestLoop = uiTestLoop;
        this.uiRunElementWithStacktraceLeafs = uiRunElementWithStacktraceLeafs;
    }

    public UITestLoop uiTestLoop() {
        return uiTestLoop;
    }

    public List uiRunElementWithStacktraceRoots() {
        return uiRunElementWithStacktraceLeafs;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy