package it;

import junit.framework.TestCase;

public class IntegrationTestMyPlugin extends TestCase
{
	public void testSomething()
	{
	}
}