Skip to content

Commit ca07fe7

Browse files
author
Wenjun Che
committed
ADAP-44: create JUNIT tests
1 parent e9657e5 commit ca07fe7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package com.openfin.desktop;
2+
3+
import org.junit.runner.RunWith;
4+
import org.junit.runners.Suite;
5+
6+
/**
7+
* Run all tests
8+
*
9+
* Created by wche on 1/25/16.
10+
*/
11+
12+
@RunWith(Suite.class)
13+
@Suite.SuiteClasses({ ApplicationTest.class, SystemTest.class, WindowTest.class})
14+
public class AllTests {
15+
}

0 commit comments

Comments
 (0)