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

net.n2oapp.framework.autotest.impl.collection.N2oAlerts Maven / Gradle / Ivy

package net.n2oapp.framework.autotest.impl.collection;

import net.n2oapp.framework.autotest.api.collection.Alerts;
import net.n2oapp.framework.autotest.api.component.snippet.Alert;
import net.n2oapp.framework.autotest.impl.component.snippet.N2oAlert;

public class N2oAlerts extends N2oComponentsCollection implements Alerts {

    @Override
    public Alert alert(int index) {
        return new N2oAlert(elements().get(index));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy