/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 14:01:22 UTC
  • mfrom: (15.1.10 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140122-dfqs6oxweh0zjzlj
* Merged stuff into trunk

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
}