Uses of Enum Class
dev.getelements.elements.sdk.test.TestElementSpi
Packages that use TestElementSpi
-
Uses of TestElementSpi in dev.getelements.elements.sdk.test
Methods in dev.getelements.elements.sdk.test that return TestElementSpiModifier and TypeMethodDescriptionstatic TestElementSpi
Returns the enum constant of this class with the specified name.static TestElementSpi[]
TestElementSpi.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.test with parameters of type TestElementSpiModifier and TypeMethodDescriptionvoid
TestArtifactRegistry.copySpiTo
(TestElementSpi spi, Path destination) Copies the specified artifact to the path.TestArtifactRegistry.findSpiPaths
(TestElementSpi spi) Finds the SPI of the artifact with the artifact name.TestArtifactRegistry.findSpiUrls
(TestElementSpi spi) Finds the SPI of the artifact with the artifact name.