1 package org.whatsitcalled.maven.plugins;
2
3 import junit.framework.TestCase;
4
5 public class GrinderProxyPluginTest extends TestCase {
6
7 protected void setUp() throws Exception {
8 }
9
10 public void testExecute() {
11 //fail("Not yet implemented");
12 }
13
14 }