All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.common.src.test.java.FilechooserTest Maven / Gradle / Ivy

There is a newer version: 7.0.156
Show newest version
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package ${package};

import com.codename1.testing.AbstractTest;

/**
 *
 * @author shannah
 */
public class FilechooserTest  extends AbstractTest {

    @Override
    public boolean runTest() throws Exception {
        return true;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy