Skip to main content
summaryrefslogtreecommitdiffstats
blob: 629c610da87891c2d36d2637dfde59d96b17a773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.eclipse.ecf.tests.provider.discovery;

import org.eclipse.ecf.core.ContainerConnectException;

import junit.framework.TestCase;

public class BogusCompositeDiscoveryContainerTest extends TestCase {

	public BogusCompositeDiscoveryContainerTest() {
	}
	
	public void testBugus() throws ContainerConnectException {

	}
}

Back to the top