Uses of Class
cloud.opencode.base.test.OpenMock.MockBuilder
Packages that use OpenMock.MockBuilder
-
Uses of OpenMock.MockBuilder in cloud.opencode.base.test
Methods in cloud.opencode.base.test that return OpenMock.MockBuilderModifier and TypeMethodDescriptionOpenMock.MockBuilder.thenReturn(String methodName, Object returnValue) Stubs method to return value 桩方法返回值OpenMock.MockBuilder.thenReturn(String methodName, Object[] args, Object returnValue) Stubs method with specific args to return value 桩特定参数的方法返回值static <T> OpenMock.MockBuilder<T> Creates a mock builder for fluent configuration 创建用于流畅配置的模拟构建器