public interface SamplePersistence<T>
Generic sample persistence.
Modifier and Type | Method and Description |
---|---|
T |
loadFromBaseline(Differences key)
Get sample from existing baseline.
|
void |
storeToBaseline(Differences key,
T sample)
Store sample to potential new baseline.
|
T loadFromBaseline(Differences key)
Get sample from existing baseline.
key
- identifies samplevoid storeToBaseline(Differences key, T sample)
Store sample to potential new baseline.
key
- identifies samplesample
- a fresh sample from this test runCopyright © 2017–2022 wcm.io QA. All rights reserved.