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 665ef471
authored
Apr 12, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial test setup for bean project
1 parent
2b2d50ee
Show 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 @
665ef47
...
...
@@ -7,3 +7,4 @@
*~
.metadata
/code/*/target/
/code/*/test-output/
code/MoyaBeans/pom.xml
View file @
665ef47
...
...
@@ -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 @
665ef47
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