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

com.auto.example.tests.BasicTests Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.auto.example.tests;

import com.auto.example.framework.ExampleTestCase;
import com.auto.framework.utils.ThreadUtils;
import org.junit.Test;

/**
 * User: Priytam Jee Pandey
 * Date: 30/05/20
 * Time: 8:53 am
 * email: [email protected]
 */
public class BasicTests extends ExampleTestCase {

    @Test
    public void pingTest() {
        ThreadUtils.sleep(1000);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy