package ru.yandex.qatools.allure;
import org.junit.Test;
import retrofit.RestAdapter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import static ru.yandex.qatools.allure.repository.RepositoryClientBuilder.newClient;
/**
* eroshenkoam
* 06.08.15
*/
public class SimpleTest {
@Test
public void testOutput() {
}
}