Package com.asakusafw.vocabulary.bulkloader

Examples of com.asakusafw.vocabulary.bulkloader.DbImporterDescription


     * 単純なテスト。
     * @throws Exception 例外が発生した場合
     */
    @Test
    public void identity() throws Exception {
        In<Ex1> in = tester.input("ex1", new DbImporterDescription() {
            @Override
            public String getTargetName() {
                return "default";
            }
            @Override
View Full Code Here


     * Capital Caseでのテスト。
     * @throws Exception 例外が発生した場合
     */
    @Test
    public void capital() throws Exception {
        In<Ex1> in = tester.input("EX1", new DbImporterDescription() {
            @Override
            public String getTargetName() {
                return "default";
            }
            @Override
View Full Code Here

TOP

Related Classes of com.asakusafw.vocabulary.bulkloader.DbImporterDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.