AStandardNonGwtTest.java :  » Net » OpenNMS-1.6.11 » org » opennms » Java Open Source

Java Open Source » Net » OpenNMS 1.6.11 
OpenNMS 1.6.11 » org » opennms » AStandardNonGwtTest.java
package org.opennms;

import junit.framework.TestCase;
import junit.framework.Assert;

public class AStandardNonGwtTest extends TestCase {
    
    public AStandardNonGwtTest() {
    }    
    
    public void testSomething()  {
        // our favorite kind of test, assert true, this always succeeds!
        Assert.assertTrue(true);
    }
    
}
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.