FooTest.java :  » IntelliJ » intellij-ivy-plugin » com » googlecode » intellijivyplugin » example » Java Open Source

Java Open Source » IntelliJ » intellij ivy plugin 
intellij ivy plugin » com » googlecode » intellijivyplugin » example » FooTest.java
package com.googlecode.intellijivyplugin.example;

import junit.framework.TestCase;

public class FooTest extends TestCase {

    public void testIt() {
        new Foo().doSomething();
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.