U8Test.java 865 B

1234567891011121314151617181920212223242526272829303132
  1. //package com.mcli;
  2. //
  3. //import com.mcli.service.aliwork.YDConf;
  4. //import com.mcli.service.u8open.U8Client;
  5. //import lombok.extern.slf4j.Slf4j;
  6. //import org.junit.Test;
  7. //import org.junit.runner.RunWith;
  8. //import org.springframework.beans.factory.annotation.Autowired;
  9. //import org.springframework.boot.test.context.SpringBootTest;
  10. //import org.springframework.test.context.ActiveProfiles;
  11. //import org.springframework.test.context.junit4.SpringRunner;
  12. //
  13. //@Slf4j
  14. //@ActiveProfiles("dev")
  15. //@RunWith(SpringRunner.class)
  16. //@SpringBootTest(classes = Boot.class)
  17. //public class U8Test {
  18. //
  19. // @Autowired
  20. // private U8Client u8Client;
  21. //
  22. // @Test
  23. // public void token() {
  24. // log.info("u8 token, {}", "xx");
  25. // }
  26. //
  27. // @Test
  28. // public void test2() {
  29. // log.info("xxx, {}", Math.ceil(4981 * 1.0 / YDConf.PAGE_SIZE_LIMIT));
  30. // }
  31. //}