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

org.ericmoshare.test.testng.entity.MyConstants Maven / Gradle / Ivy

The newest version!
package org.ericmoshare.test.testng.entity;

/**
 * @author eric.mo
 * @since 2018/6/21
 */
public interface MyConstants {

    String EXPECTED = "expected";
    String ERROR = "error";
    String DATA = "test";
    String NAME = "name";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy