Add directory parameter to versionFor()

This commit is contained in:
Erik C. Thauvin 2016-08-04 19:06:07 -07:00
parent ea13f86342
commit c817930e6c
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +0,0 @@
package com.example;
import org.testng.annotations.Test;
public class ExampleTest {
@Test
public void f() {
System.out.println("Running test");
}
}