跳过导航链接
C H M R S 

C

cn.thinkinginjava.mockit.example - 程序包 cn.thinkinginjava.mockit.example
 
cn.thinkinginjava.mockit.example.controller - 程序包 cn.thinkinginjava.mockit.example.controller
 
cn.thinkinginjava.mockit.example.model - 程序包 cn.thinkinginjava.mockit.example.model
 
cn.thinkinginjava.mockit.example.service - 程序包 cn.thinkinginjava.mockit.example.service
 

H

hello(String) - 类 中的方法cn.thinkinginjava.mockit.example.controller.MockTestController
The hello() method is a controller method that handles the HTTP request for the "hello" endpoint.
hello2(String) - 类 中的方法cn.thinkinginjava.mockit.example.controller.MockTestController
 

M

main(String[]) - 类 中的静态方法cn.thinkinginjava.mockit.example.MockitExampleApplication
 
MockitExampleApplication - cn.thinkinginjava.mockit.example中的类
The MockitExampleApplication class is the entry point of the Spring Boot application.
MockitExampleApplication() - 类 的构造器cn.thinkinginjava.mockit.example.MockitExampleApplication
 
MockTestController - cn.thinkinginjava.mockit.example.controller中的类
The MockTestController class is a controller class that handles HTTP requests related to mock testing.
MockTestController() - 类 的构造器cn.thinkinginjava.mockit.example.controller.MockTestController
 
MockTestService - cn.thinkinginjava.mockit.example.service中的类
The MockTestService class is a service class that provides functionality related to mock testing.
MockTestService() - 类 的构造器cn.thinkinginjava.mockit.example.service.MockTestService
 

R

ResultDTO - cn.thinkinginjava.mockit.example.model中的类
The ResultDTO class represents a data transfer object (DTO) for holding the result of an operation.
ResultDTO() - 类 的构造器cn.thinkinginjava.mockit.example.model.ResultDTO
 

S

say(String) - 类 中的方法cn.thinkinginjava.mockit.example.service.MockTestService
The say() method is a service method that takes a name parameter and returns a ResultDTO object.
say2(String) - 类 中的方法cn.thinkinginjava.mockit.example.service.MockTestService
 
C H M R S 
跳过导航链接

Copyright © 2023. All rights reserved.