Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7376c82a
authored
Apr 15, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'testsetup' into 'master'
Testsetup Initial test setup for bean project
2 parents
f5cda4a9
665ef471
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
.gitignore
code/MoyaBeans/pom.xml
code/MoyaBeans/src/test/java/fi/codecrew/moya/beans/BarcodeTests.java
.gitignore
View file @
7376c82
...
...
@@ -7,3 +7,4 @@
*~
.metadata
/code/*/target/
/code/*/test-output/
code/MoyaBeans/pom.xml
View file @
7376c82
...
...
@@ -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
code/MoyaBeans/src/test/java/fi/codecrew/moya/beans/BarcodeTests.java
0 → 100644
View file @
7376c82
package
fi
.
codecrew
.
moya
.
beans
;
import
org.testng.annotations.Test
;
public
class
BarcodeTests
{
@Test
public
void
tbd
()
{
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment