Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Riina Antikainen / Moya

  • This project
    • Loading...
  • Sign in
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
Switch branch/tag
  • moya
  • ..
  • beans
  • BarcodeTests.java
  • Tuomas Riihimäki's avatar
    Initial test setup for bean project · 665ef471
    Tuomas Riihimäki committed Apr 12, 2014
    665ef471
BarcodeTests.java 131 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9
package fi.codecrew.moya.beans;

import org.testng.annotations.Test;

public class BarcodeTests {
	@Test
	public void tbd() {
	}
}