Sign in

kelude / canrd-patent · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • canrd-patent
  • ..
  • patent
  • CommonTest.java
  • 订单流程和支付流程
    c1000e12
    maoyangou authored
    2016-07-23 12:21:34 +0800  
    Browse Code »
CommonTest.java 387 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
package com.canrd.patent;

import com.canrd.patent.dal.mapper.TestMapper;
import com.canrd.patent.dal.model.TestModel;
import org.junit.Test;

import javax.annotation.Resource;

/**
 * Created by ouyangmao on 16/6/30.
 */
public class CommonTest extends BaseTest{

    @Test
    public void testA(){
        System.out.println("test");
    }

    @Test
    public void testB(){

    }
}