source: ether_statistics/service/test/com/ether/ServiceEtherTest.java @ 572

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

clean

File size: 340 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}
Note: See TracBrowser for help on using the repository browser.