Uses of Class
dev.cdevents.models.testcaserun.queued.TestCase.Type
-
Packages that use TestCase.Type Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models.testcaserun.queued -
-
Uses of TestCase.Type in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type TestCase.Type Modifier and Type Method Description voidTestcaserunQueuedCDEvent. setSubjectTestCaseType(TestCase.Type type) -
Uses of TestCase.Type in dev.cdevents.models.testcaserun.queued
Methods in dev.cdevents.models.testcaserun.queued that return TestCase.Type Modifier and Type Method Description static TestCase.TypeTestCase.Type. fromValue(String value)TestCase.TypeTestCase. getType()static TestCase.TypeTestCase.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCase.Type[]TestCase.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testcaserun.queued with parameters of type TestCase.Type Modifier and Type Method Description voidTestCase. setType(TestCase.Type type)
-