commit | e56bb8938f91f2903aa796dff98dc3424d50297d | [log] [tgz] |
---|---|---|
author | Michael Hanl <micha.hanl@gmail.com> | Wed May 25 17:34:41 2016 +0200 |
committer | Michael Hanl <micha.hanl@gmail.com> | Wed May 25 17:34:41 2016 +0200 |
tree | 512924529ea8a6e5e08bca75bb7c86d34b202d77 | |
parent | 173ba4b66436940773ac5229ec1ce0fe387d795f [diff] [blame] |
refactoring
diff --git a/src/test/java/ScopesTest.java b/src/test/java/ScopesTest.java new file mode 100644 index 0000000..af84402 --- /dev/null +++ b/src/test/java/ScopesTest.java
@@ -0,0 +1,19 @@ +import org.junit.Test; + +/** + * @author hanl + * @date 20/01/2016 + */ +public class ScopesTest { + + @Test + public void testScopes () { + + } + + + @Test + public void testOpenIDScopes () { + + } +}