All Downloads are FREE. Search and download functionalities are using the official Maven repository.

osgi.enroute.base.test.BaseTest Maven / Gradle / Ivy

package osgi.enroute.base.test;

import org.junit.Assert;
import org.junit.Test;
import org.osgi.framework.BundleContext;
import org.osgi.framework.FrameworkUtil;

/**
 * 
 * 
 * 
 * 
 * 
 * 
 */

public class BaseTest {

    private final BundleContext context = FrameworkUtil.getBundle(this.getClass()).getBundleContext();
    
    /*
     * 
     * 
     * 
     * 
     */
    @Test
    public void testBase() throws Exception {
    	Assert.assertNotNull(context);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy