blob: 43268e2a00970b079596949a254e49c6bff37b11 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*******************************************************************************/
package org.eclipse.dltk.debug.dbgp.tests;
import junit.framework.TestCase;
public class DbgpPropertyTests extends TestCase {
protected void setUp() throws Exception {
super.setUp();
}
protected void tearDown() throws Exception {
super.tearDown();
}
public void testConstruction() {
//IDbgpProperty property = new DbgpProperty("name", "fullname", );
}
public void testEquals() throws Exception {
}
}