public abstract class BaseTCILookupStore extends Object implements TCILookupStore
Constructor and Description |
---|
BaseTCILookupStore() |
BaseTCILookupStore(ConcurrentMap<String,TestCaseInfoLookup> tciLookups) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,TestCaseInfoLookup> |
getTciLookups() |
TestCaseInfoLookup |
namedTCILookupFor(String name) |
public BaseTCILookupStore()
public BaseTCILookupStore(ConcurrentMap<String,TestCaseInfoLookup> tciLookups)
public TestCaseInfoLookup namedTCILookupFor(String name)
namedTCILookupFor
in interface TCILookupStore
public ConcurrentMap<String,TestCaseInfoLookup> getTciLookups()
getTciLookups
in interface TCILookupStore
Copyright © 2023 OpenClover.org. All rights reserved.