blob: 5771e4990353b429c0ecacac0a376faeee4288d6 [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2009 Markus Alexander Kuppe.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Markus Alexander Kuppe (ecf-dev_eclipse.org <at> lemmster <dot> de) - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.tests.provider.jmdns;
import org.eclipse.ecf.core.identity.IDFactory;
import org.eclipse.ecf.provider.jmdns.identity.JMDNSNamespace;
import org.eclipse.ecf.tests.discovery.ServiceInfoTest;
public class JMDNSServiceInfoTest extends ServiceInfoTest {
public JMDNSServiceInfoTest() {
super(IDFactory.getDefault().getNamespaceByName(JMDNSNamespace.NAME));
}
}