timing.core: add testing for less used functions in the segment store
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.segmentstore.core.tests / src / org / eclipse / tracecompass / segmentstore / core / tests / LazyArrayListStoreTest.java
index d41f9e6cafe4abbe29921df2871e18d6c1989241..48008d4ee7b375d43e502472d0a8091608939ce7 100644 (file)
@@ -26,4 +26,8 @@ public class LazyArrayListStoreTest extends AbstractTestSegmentStore {
         return new LazyArrayListStore<>();
     }
 
+    @Override
+    protected ISegmentStore<@NonNull ISegment> getSegmentStore(@NonNull ISegment @NonNull [] data) {
+        return new LazyArrayListStore<>(data);
+    }
 }
\ No newline at end of file
This page took 0.024265 seconds and 5 git commands to generate.