Package step.repository.alm.v16.cache
Class TestCache
- java.lang.Object
-
- step.repository.alm.v16.cache.TestCache
-
public class TestCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestCache(ALMRepositoryHelper qcHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
TestCacheEntry
getTestCacheEntry(int testID, ITestAccessor ITestCache)
ALMTestStep
parseTestStep(IDesignStep step, ITestAccessor cache, ALMTestCase almTestCase)
-
-
-
Constructor Detail
-
TestCache
public TestCache(ALMRepositoryHelper qcHelper)
-
-
Method Detail
-
parseTestStep
public ALMTestStep parseTestStep(IDesignStep step, ITestAccessor cache, ALMTestCase almTestCase)
-
getTestCacheEntry
public TestCacheEntry getTestCacheEntry(int testID, ITestAccessor ITestCache)
-
clear
public void clear()
-
-