package com.googlecode.intellijivyplugin.example; import junit.framework.TestCase; public class FooTest extends TestCase { public void testIt() { new Foo().doSomething(); } }