| 1234567891011121314151617181920212223242526272829303132 |
- //package com.mcli;
- //
- //import com.mcli.service.aliwork.YDConf;
- //import com.mcli.service.u8open.U8Client;
- //import lombok.extern.slf4j.Slf4j;
- //import org.junit.Test;
- //import org.junit.runner.RunWith;
- //import org.springframework.beans.factory.annotation.Autowired;
- //import org.springframework.boot.test.context.SpringBootTest;
- //import org.springframework.test.context.ActiveProfiles;
- //import org.springframework.test.context.junit4.SpringRunner;
- //
- //@Slf4j
- //@ActiveProfiles("dev")
- //@RunWith(SpringRunner.class)
- //@SpringBootTest(classes = Boot.class)
- //public class U8Test {
- //
- // @Autowired
- // private U8Client u8Client;
- //
- // @Test
- // public void token() {
- // log.info("u8 token, {}", "xx");
- // }
- //
- // @Test
- // public void test2() {
- // log.info("xxx, {}", Math.ceil(4981 * 1.0 / YDConf.PAGE_SIZE_LIMIT));
- // }
- //}
|