- addAnnotation(Annotation<?>) - Method in class nl.lxtreme.ols.test.data.project.StubChannel
- addPropertyChangeListener(PropertyChangeListener) - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
- assertAbsoluteLength(long) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the given absolute lengths is defined in the captured data.
- assertChannelGroupDisabled(int) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the channel group with the given index is disabled in the captured
data.
- assertChannelGroupEnabled(int) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the channel group with the given index is enabled in the captured
data.
- assertCursorSet(int, long) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the cursor with the given index occur in the captured data.
- assertCursorUnset(int) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the cursor with the given index does NOT occur in the captured
data.
- assertEquals(AcquisitionResult, AcquisitionResult) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
-
Asserts that the given acquisition results are equal to each other.
- assertEquals(String, AcquisitionResult, AcquisitionResult) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
-
Asserts that the given acquisition results are equal to each other.
- assertRange(double, double, double) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertRange(int, int, int) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertRange(long, long, long) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertRange(String, double, double, double) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertRange(String, int, int, int) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertRange(String, long, long, long) - Static method in class nl.lxtreme.ols.test.UnitTestUtils
-
Asserts that a given value is within the given boundaries, that is,
aLowerBound <= aValue <= aUpperBound.
- assertTimeStamps(long...) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the given timestamps occur in the captured data.
- assertValues(int...) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
-
Asserts the given values occur in the captured data.