view ssdt-jira-plugins-v2/plugins/src/test/java/org/nwoca/ssdt/jira/UnitTestMyPlugin.java @ 0:92d945347fc0

V2 of the SSDT JIRA Plugins. Uses new Maven 2 based project. Created for JIRA 3.12.
author smith
date Tue, 20 May 2008 17:11:35 -0400
parents
children
line wrap: on
line source
package org.nwoca.ssdt.jira;

import junit.framework.TestCase;

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