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

com.agiletestingframework.toolbox.interfaces.DataDriver Maven / Gradle / Ivy

There is a newer version: 5.1.4
Show newest version
package com.agiletestingframework.toolbox.interfaces;

import com.agiletestingframework.toolbox.data.TestCaseData;

public interface DataDriver {
    TestCaseData load();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy