单元测试(JUnit、Mockito、PowerMock )
以前编写测试时查阅的链接地址:
-  How to use JUnit in Eclipse http://www.cse.chalmers.se/edu/year/2012/course/TDA566/juniteclipse.html
-  Configuring the Build System to Include Required Libraries https://docs.parasoft.com/display/JTEST1042/Configuring+the+Build+System+to+Include+Required+Libraries#ConfiguringtheBuildSystemtoIncludeRequiredLibraries-AddingDependenciesinMaven
-  JUnit 5 User Guidehttps://junit.org/junit5/docs/current/user-guide/
-  JUnit 5 Tutorial https://howtodoinjava.com/junit-5-tutorial/
-  Mockito Maven Dependency Examplehttps://examples.javacodegeeks.com/core-java/mockito/mockito-maven-dependency-example/
-  Mockito Tutorial (A comprehensive guide with examples)https://javacodehouse.com/blog/mockito-tutorial/
-  Mockito Tutorialhttps://www.journaldev.com/21816/mockito-tutorial
-  Getting Started with Mockito https://www.logicbig.com/tutorials/unit-testing/mockito/mockito-getting-started.html
-  Mockito @InjectMocks – Mocks Dependency Injection https://www.journaldev.com/21887/mockito-injectmocks-mocks-dependency-injection
-  Mockito – Difference between @Mock and @InjectMocks annotations https://howtodoinjava.com/mockito/mockito-mock-injectmocks/
-  Annotation Magic with Mockito: InjectMocks https://nearsoft.com/blog/annotation-magic-with-mockito-injectmocks/
-  Unit tests with Mockito - Tutorialhttps://www.vogella.com/tutorials/Mockito/article.html
-  Mockito: 3 Ways to Init Mock in JUnit 5https://mincong.io/2020/04/19/mockito-junit5/
-  Using Mockito with JUnit https://java2blog.com/mockito-junit/
-  Using Mockito for Java Unit Testinghttps://dev.to/nipunarora/using-mockito-for-java-unit-testing-28jp
- Stubbing and Mocking with Mockito and JUnit https://semaphoreci.com/community/tutorials/stubbing-and-mocking-with-mockito-2-and-junit
- Testing_with_Mockito https://nisjug.org/wp-content/uploads/2019/03/Testing_with_Mockito.pdf
- JUnit 5 and Mockito Example https://howtoprogram.xyz/2018/09/12/junit-5-mockito-example/
-  Writing Tests with JUnit 5https://blog.jetbrains.com/idea/2020/09/writing-tests-with-junit-5/
-  JUnit 5 tutorial, part 1: Unit testing with JUnit 5, Mockito, and Hamcrest https://www.infoworld.com/article/3537563/junit-5-tutorial-part-1-unit-testing-with-junit-5-mockito-and-hamcrest.html
-  Using another JUnit Runner with PowerMock https://blog.jayway.com/2014/11/29/using-another-junit-runner-with-powermock/
-  Mockito+PowerMockチートシートhttps://qiita.com/y-imai/items/0e002e16e38ba97e11f6
- Mockito: Why You Still Should Appreciate InjectMocks Annotation https://technology.first8.nl/mockito-why-you-still-should-appreciate-injectmocks-annotation/
-  Mockito: Why You Should Not Use InjectMocks Annotation to Autowire Fields https://tedvinke.wordpress.com/2014/02/13/mockito-why-you-should-not-use-injectmocks-annotation-to-autowire-fields/
-  Mocking Static Methods with Mockito (Java & Kotlin)https://rieckpil.de/mocking-static-methods-with-mockito-java-kotlin/
-  Using PowerMock to Mock Static Methodshttps://dzone.com/articles/using-powermock-mock-static
-  Mock static methods in JUnit with PowerMock example https://automationrhapsody.com/mock-static-methods-junit-powermock-example/
-  Spring Boot + JUnit 5 + Mockitohttps://mkyong.com/spring-boot/spring-boot-junit-5-mockito/
-  How to Test a Spring Boot Applicationhttps://stackabuse.com/how-to-test-a-spring-boot-application/
-  Testing MVC Web Controllers with Spring Boot and @WebMvcTest https://reflectoring.io/spring-boot-web-controller-test/
-   How to test a controller in Spring Boot - a practical guidehttps://thepracticaldeveloper.com/guide-spring-boot-controller-tests/
- Spring boot, mockito and junit – unit test service layer https://howtodoinjava.com/spring-boot2/testing/spring-boot-mockito-junit-example/
-  Mocking with (and without) Spring Boot https://reflectoring.io/spring-boot-mock/
-  PowerMock tutorialhttps://java2blog.com/powermock-tutorial/
-  
 https://medium.com/xebia-engineering/using-powermock-with-mockito-powermockito-bd02cd72cb9cUsing Powermock with Mockito(PowerMockito) 
- mockito powermock https://www.javatpoint.com/mockito-powermock
-  PowerMock Part 2 https://blog.jayway.com/2009/05/01/powermock-part-2/
-  PowerMock學習(三)之Mock區域性變數 https://www.itread01.com/content/1574269502.html
-  JUnit Testing using Mockito and Power Mock - SpringBoot | JavaTechie https://www.youtube.com/watch?v=WBZHm4UlPPE
-  Simplifying Junit, Mockito And PowerMockhttps://aggarwal-rohan17.medium.com/simplifying-junit-mockito-and-powermock-d1392059ce87
-  JUnit Testing using Mockito and PowerMock https://blog.codecentric.de/en/2016/03/junit-testing-using-mockito-powermock/
-  Java - How to integrate Spring with PowerMock? https://www.davisfiore.co.uk/?q=node/285
-  Mockito - Unit Testing FacesContext using PowerMock, JUnit and Maven https://codenotfound.com/mockito-unit-testing-facescontext-powermock-junit.html
