Michael Hanl | e56bb89 | 2016-05-25 17:34:41 +0200 | [diff] [blame] | 1 | import org.junit.Test; |
2 | |||||
3 | /** | ||||
4 | * @author hanl | ||||
5 | * @date 20/01/2016 | ||||
6 | */ | ||||
7 | public class ScopesTest { | ||||
8 | |||||
9 | @Test | ||||
10 | public void testScopes () { | ||||
11 | |||||
12 | } | ||||
13 | |||||
14 | |||||
15 | @Test | ||||
16 | public void testOpenIDScopes () { | ||||
17 | |||||
18 | } | ||||
19 | } |