package com.swingsane.business.discovery; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * Tests SANE discovery. * * @author Roland Quast (roland@formreturn.com) */ public class SaneDiscoveryTest { /** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { } /** * @throws java.lang.Exception */ @After public void tearDown() throws Exception { } @Test public final void testReceive() throws Exception { // fail("Not yet implemented"); } }