/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/test/java/AllTests.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 13:56:55 UTC
  • mfrom: (15.2.6 more-db)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: gustav.hartvigsson@gmail.com-20170828135655-2957uxa474qkwsx4
* merge?

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import org.junit.runner.RunWith;
 
2
import org.junit.runners.Suite;
 
3
import org.junit.runners.Suite.SuiteClasses;
 
4
 
 
5
@RunWith(Suite.class)
 
6
@SuiteClasses({ TestHash.class })
 
7
public class AllTests {
 
8
 
 
9
}