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