| Michael Hanl | c444602 | 2016-02-12 18:03:17 +0100 | [diff] [blame] | 1 | package de.ids_mannheim.korap.web.service.full; |
| 2 | |||||
| 3 | import org.junit.Test; | ||||
| 4 | |||||
| 5 | /** | ||||
| 6 | * @author hanl | ||||
| 7 | * @date 08/02/2016 | ||||
| 8 | */ | ||||
| 9 | public class ResourceRemoteApiTest { | ||||
| 10 | |||||
| 11 | |||||
| 12 | |||||
| 13 | @Test | ||||
| Michael Hanl | 8abaf9e | 2016-05-23 16:46:35 +0200 | [diff] [blame] | 14 | public void testResourceGetFromDemo () { |
| Michael Hanl | c444602 | 2016-02-12 18:03:17 +0100 | [diff] [blame] | 15 | |
| 16 | } | ||||
| 17 | } | ||||