Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/HLOKBWebClient/src/test/at/hl/wsclient/okb/OKBClientTest.java @ 5229

Last change on this file since 5229 was 5229, checked in by bfarka, 13 years ago

restructure of service project #1218

File size: 565 bytes
Line 
1/**
2 *
3 */
4package at.hl.wsclient.okb;
5
6import static org.junit.Assert.assertTrue;
7
8import org.junit.After;
9import org.junit.AfterClass;
10import org.junit.Before;
11import org.junit.BeforeClass;
12import org.junit.Test;
13
14import at.hl.okb.wsclient.OKBServiceClient;
15import at.hl.okb.wsclient.Exception.OKBWebServiceFailedException;
16
17/**
18 * @author HolperM
19 *
20 */
21public class OKBClientTest {
22 
23   
24      OKBServiceClient client = new OKBServiceClient();
25  @Test
26      public void testGetPlatform()
27  {
28      client.getPlatformId("ECJ");
29  }
30
31}
Note: See TracBrowser for help on using the repository browser.