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

net.thucydides.sampletests.SomeTest Maven / Gradle / Ivy

package net.thucydides.sampletests;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;

/**
 * A description goes here.
 * User: john
 * Date: 25/10/12
 * Time: 11:35 AM
 */
@RunWith(Parameterized.class)
public class SomeTest {

    @Test
    public void someTest(){}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy