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

com.automationrockstars.gir.data.impl.TestDataRecordBuilder Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package com.automationrockstars.gir.data.impl;

import com.automationrockstars.gir.data.TestDataRecord;

import java.util.Map;

public interface TestDataRecordBuilder {

    TestDataRecordBuilder with(String name, Object value);

    TestDataRecordBuilder with(Map values);

    TestDataRecordBuilder with(TestDataRecord values);

    TestDataRecord record();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy