Interface TestMetadataProvider
-
- All Known Subinterfaces:
STestManager
- All Known Implementing Classes:
TestManagerImpl
,TestMetadataStorage
public interface TestMetadataProvider
- Since:
- 2018.2
- Author:
- kir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestRunMetadata
getMetadata(STestRun testRun)
-
-
-
Method Detail
-
getMetadata
@NotNull TestRunMetadata getMetadata(@NotNull STestRun testRun)
-
-