blob: 7efce9d7c55e6858a667065e3812f27bd6e3aa58 [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.junit.Test;
import org.osgi.jmx.framework.PackageStateMBean;
/**
* Integration tests for the {@link PackageState} implementation {@link PackageStateMBean}
*
*/
public final class PackageStateTest extends AbstractOSGiMBeanTest {
public PackageStateTest() {
super.mBeanObjectName = PackageStateMBean.OBJECTNAME;
}
@Test
public void somethingTest(){
}
}