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 / ArrayListStoreTest.java
index 23496ea20cd54c6247284fefb8a3120165b10761..0501999c04a8bc3760572d0492272024a76081b7 100644 (file)
@@ -26,4 +26,9 @@ public class ArrayListStoreTest extends AbstractTestSegmentStore {
     protected ISegmentStore<@NonNull ISegment> getSegmentStore() {
         return new ArrayListStore<>();
     }
+
+    @Override
+    protected ISegmentStore<@NonNull ISegment> getSegmentStore(@NonNull ISegment @NonNull [] data) {
+        return new ArrayListStore<>(data);
+    }
 }
\ No newline at end of file
This page took 0.024277 seconds and 5 git commands to generate.