Uses of Class
cloud.opencode.base.test.fixture.TestFixture
Packages that use TestFixture
-
Uses of TestFixture in cloud.opencode.base.test.fixture
Methods in cloud.opencode.base.test.fixture that return TestFixtureModifier and TypeMethodDescriptionTestFixture.Builder.build()Build the fixture 构建夹具static <T> TestFixture<T> Get a fixture by name 按名称获取夹具Methods in cloud.opencode.base.test.fixture with parameters of type TestFixtureModifier and TypeMethodDescriptionstatic <T> voidFixtureRegistry.register(TestFixture<T> fixture) Register a fixture 注册夹具