source: ether_2012/trunk/service/test/com/ether/ServiceEtherTest.java @ 330

Last change on this file since 330 was 330, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 341 bytes
Line 
1package com.ether;
2
3/**
4 * @author vmipsl
5 * @date 2011
6 */
7public class ServiceEtherTest
8        extends ServiceTestHelper<EtherService>
9{
10    public ServiceEtherTest()
11    {
12        super( "etherService" );
13    }
14
15    @Override
16    protected void beforeServiceTest()
17            throws Exception
18    {
19        afterServiceTest();
20    }
21
22}
Note: See TracBrowser for help on using the repository browser.