Class ScenarioLogCollectionRepository
java.lang.Object
de.qytera.qtaf.core.log.repository.ScenarioLogCollectionRepository
Helper class for finding scenario logs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestScenarioLogCollectionFind scenario log collection by scenario id
-
Constructor Details
-
ScenarioLogCollectionRepository
public ScenarioLogCollectionRepository()
-
-
Method Details
-
findById
Find scenario log collection by scenario id- Parameters:
scenarioId- ID of scenario- Returns:
- scenario log if exists, null otherwise
-