blob: 0aae3e428402d167f070bfec9711758498fe4a71 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 VMware Inc.
* 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
*
* Contributors:
* VMware Inc. - initial contribution
*******************************************************************************/
package org.eclipse.gemini.mgmt.framework;
import org.eclipse.gemini.mgmt.AbstractOSGiMBeanTest;
import org.osgi.jmx.framework.FrameworkMBean;
/**
* Integration tests for the {@link Framework} implementation of {@link FrameworkMBean}
*
*/
public final class FrameworkTests extends AbstractOSGiMBeanTest {
protected String mBeanObjectName = FrameworkMBean.OBJECTNAME;
}