summaryrefslogtreecommitdiff
path: root/src/test/java/com/mavlushechka/a1qa/project/TestCase1.java
blob: 599e651e6120e5eb6f76c4bed79b40a245701040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.mavlushechka.a1qa.project;

import com.mavlushechka.a1qa.framework.BaseTest;
import org.testng.annotations.Test;

public class TestCase1 extends BaseTest {

    @Test
    public void test1() {

    }

}