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

net.thucydides.core.statistics.TestCount Maven / Gradle / Ivy

package net.thucydides.core.statistics;

public interface TestCount {
    int getNextTest();
    int getCurrentTestNumber();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy