package ru.yandex.qatools.allure.testng.testdata; import org.junit.Test; /** * @author Dmitry Baev charlie@yandex-team.ru * Date: 25.02.15 */ public class SimpleTestngTest { @Test public void simpleTest() throws Exception { } }