Commit 7376c82a by Tuukka Kivilahti

Merge branch 'testsetup' into 'master'

Testsetup

Initial test setup for bean project
2 parents f5cda4a9 665ef471
......@@ -7,3 +7,4 @@
*~
.metadata
/code/*/target/
/code/*/test-output/
......@@ -62,5 +62,11 @@
<artifactId>httpclient</artifactId>
<version>4.3-beta2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
package fi.codecrew.moya.beans;
import org.testng.annotations.Test;
public class BarcodeTests {
@Test
public void tbd() {
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!