Uses of Interface
com.chutneytesting.server.core.domain.scenario.TestCaseMetadata
-
Packages that use TestCaseMetadata Package Description com.chutneytesting.server.core.domain.scenario -
-
Uses of TestCaseMetadata in com.chutneytesting.server.core.domain.scenario
Classes in com.chutneytesting.server.core.domain.scenario that implement TestCaseMetadata Modifier and Type Class Description classTestCaseMetadataImplMethods in com.chutneytesting.server.core.domain.scenario that return TestCaseMetadata Modifier and Type Method Description TestCaseMetadataTestCase. metadata()Methods in com.chutneytesting.server.core.domain.scenario that return types with arguments of type TestCaseMetadata Modifier and Type Method Description List<TestCaseMetadata>AggregatedRepository. findAll()Optional<TestCaseMetadata>AggregatedRepository. findMetadataById(String testCaseId)List<TestCaseMetadata>AggregatedRepository. search(String textFilter)Methods in com.chutneytesting.server.core.domain.scenario with parameters of type TestCaseMetadata Modifier and Type Method Description static TestCaseMetadataImpl.TestCaseMetadataBuilderTestCaseMetadataImpl.TestCaseMetadataBuilder. from(TestCaseMetadata testCaseMetadata)
-