inte.com.camel.cntrain.TrainReserveTest.java Source code

Java tutorial

Introduction

Here is the source code for inte.com.camel.cntrain.TrainReserveTest.java

Source

/*
 * Copyright (c) 2013, FPX and/or its affiliates. All rights reserved.
 * Use, Copy is subject to authorized license.
 */
package inte.com.camel.cntrain;

import static org.junit.Assert.*;

import org.apache.http.client.methods.HttpGet;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;

/**
 * ?
 * @author dengqb
 * @date 20141219
 */
public class TrainReserveTest {

    /**
     * @throws java.lang.Exception
     */
    @Before
    public void setUp() throws Exception {
    }

    /**
     * @throws java.lang.Exception
     */
    @After
    public void tearDown() throws Exception {
    }

    @Test
    public void test() {
        HttpGet httpGet = new HttpGet();
        fail("Not yet implemented");
    }

}