blob: ceb9905dd6b3da5b4614c769c86e006095bb1842 [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2009, 2010 REMAIN B.V. The Netherlands. (http://www.remainsoftware.com).
*
* 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:
* A. Aadel - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.tests.provider.zookeeper;
import org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainerInstantiator;
import org.eclipse.ecf.tests.discovery.DiscoveryTestsWithoutRegister;
public class ZooDiscoveryWithoutRegTest extends DiscoveryTestsWithoutRegister {
public ZooDiscoveryWithoutRegTest() {
super(ZooDiscoveryContainerInstantiator.NAME);
}
}