Skip navigation links
A C D E F G H I L N O R S T U V W 

A

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.

C

clear() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
clearAnnotations() - Method in class nl.lxtreme.ols.test.data.project.StubChannel
clone() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
compareTo(Channel) - Method in class nl.lxtreme.ols.test.data.project.StubChannel
compareTo(StubCursor) - Method in class nl.lxtreme.ols.test.data.project.StubCursor
createNewProject() - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
createRunnableStep(Ensure, int) - Static method in class nl.lxtreme.ols.test.Ensure
Factory method to create a runnable step that steps to the given number.
createStubDataSet(int) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a mocked data set with 16 sample/time values.
createStubDataSet(int, int) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a mocked data set with a given number of sample/time values.
createStubDataSet(int, int, int) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a mocked data set with a given number of sample/time values.
createStubDataSet(int, int, int, DataTestUtils.TestDataProvider) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a mocked data set with a given number of sample/time values.
createTemporaryProject() - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
createToolContext(AcquisitionResult) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a (mocked) tool context starting at the given sample index and ending at the last available sample index.
createToolContext(AcquisitionResult, int) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a (mocked) tool context starting at the given sample index and ending at the last available sample index.
createToolContext(AcquisitionResult, int, int) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a (mocked) tool context starting and ending at the given sample indexes.
createToolContext(AcquisitionResult, long, long) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Creates a (mocked) tool context starting and ending at the given sample indexes.

D

DataTestUtils - Class in nl.lxtreme.ols.test.data
Provides some convenience methods for handling (captured) data in tests.
DataTestUtils.TestDataProvider - Interface in nl.lxtreme.ols.test.data
Data provider for test data.

E

Ensure - Class in nl.lxtreme.ols.test
Helper class to make sure that steps in a test happen in the correct order.
Ensure() - Constructor for class nl.lxtreme.ols.test.Ensure
Creates a new Ensure object.
Ensure(boolean) - Constructor for class nl.lxtreme.ols.test.Ensure
Creates a new Ensure object.
equals(Object) - Method in class nl.lxtreme.ols.test.data.project.StubCursor

F

fillData(int[], long[], int) - Method in interface nl.lxtreme.ols.test.data.DataTestUtils.TestDataProvider
 

G

getAnnotations() - Method in class nl.lxtreme.ols.test.data.project.StubChannel
getCapturedData(URL) - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Returns the given resource as project with captured data.
getCapturedData() - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
getChannel(int) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
getChannels() - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
getColor() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
getCurrentProject() - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
getCursor(int) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
getCursors() - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
getDataSet() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
getFilename() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
getIndex() - Method in class nl.lxtreme.ols.test.data.project.StubChannel
getIndex() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
getLabel() - Method in class nl.lxtreme.ols.test.data.project.StubChannel
getLabel() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
getLastModified() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
getMask() - Method in class nl.lxtreme.ols.test.data.project.StubChannel
getMockedCapturedData() - Static method in class nl.lxtreme.ols.test.data.DataTestUtils
Returns a mocked captured data result.
getName() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
getResource(Class<?>, String) - Static method in class nl.lxtreme.ols.test.ResourceUtils
Returns the resource with the given name from the "datafiles"-directory.
getResource(Class<?>, String, String) - Static method in class nl.lxtreme.ols.test.ResourceUtils
Returns the resource with the given name from the given base directory.
getSettings(String) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
getSourceVersion() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
getTimestamp() - Method in class nl.lxtreme.ols.test.data.project.StubCursor

H

hashCode() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
hasLabel() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
hasName() - Method in class nl.lxtreme.ols.test.data.project.StubChannel

I

inArea(long, double) - Method in class nl.lxtreme.ols.test.data.project.StubCursor
isChanged() - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
isCursorsEnabled() - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
isDefined() - Method in class nl.lxtreme.ols.test.data.project.StubCursor
isEnabled() - Method in class nl.lxtreme.ols.test.data.project.StubChannel

L

loadProject(InputStream) - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager

N

nl.lxtreme.ols.test - package nl.lxtreme.ols.test
 
nl.lxtreme.ols.test.data - package nl.lxtreme.ols.test.data
 
nl.lxtreme.ols.test.data.project - package nl.lxtreme.ols.test.data.project
 

O

OlsDataHelper - Class in nl.lxtreme.ols.test.data
Helper class that is capable of reading & writing OLS data files.
OlsDataHelper() - Constructor for class nl.lxtreme.ols.test.data.OlsDataHelper
 

R

read(StubDataSet, Reader) - Static method in class nl.lxtreme.ols.test.data.OlsDataHelper
Reads the data from a given reader.
readData(Reader) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
removePropertyChangeListener(PropertyChangeListener) - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
ResourceUtils - Class in nl.lxtreme.ols.test
 

S

saveProject(OutputStream) - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
setCapturedData(AcquisitionResult) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
Sets capturedData to the given value.
setCapturedData(AcquisitionResult) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setChanged(boolean) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setColor(Color) - Method in class nl.lxtreme.ols.test.data.project.StubCursor
setCurrentProject(Project) - Method in class nl.lxtreme.ols.test.data.project.StubTestProjectManager
 
setCursorsEnabled(boolean) - Method in class nl.lxtreme.ols.test.data.project.StubDataSet
setEnabled(boolean) - Method in class nl.lxtreme.ols.test.data.project.StubChannel
setFilename(File) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setLabel(String) - Method in class nl.lxtreme.ols.test.data.project.StubChannel
setLabel(String) - Method in class nl.lxtreme.ols.test.data.project.StubCursor
setLastModified(Date) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setName(String) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setSettings(UserSettings) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setSourceVersion(String) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 
setStream(PrintStream) - Method in class nl.lxtreme.ols.test.Ensure
Sets the output stream for printing the results of steps to.
setTimestamp(long) - Method in class nl.lxtreme.ols.test.data.project.StubCursor
step() - Method in class nl.lxtreme.ols.test.Ensure
Mark this point as the next step.
step(int) - Method in class nl.lxtreme.ols.test.Ensure
Mark this point as step nr.
StubChannel - Class in nl.lxtreme.ols.test.data.project
 
StubChannel(int) - Constructor for class nl.lxtreme.ols.test.data.project.StubChannel
Creates a new StubChannel instance.
StubCursor - Class in nl.lxtreme.ols.test.data.project
Denotes a cursor with a timestamp, label and index.
StubCursor(int) - Constructor for class nl.lxtreme.ols.test.data.project.StubCursor
Creates a new StubCursor instance.
StubCursor(int, long) - Constructor for class nl.lxtreme.ols.test.data.project.StubCursor
Creates a new StubCursor instance.
StubCursor(int, Long) - Constructor for class nl.lxtreme.ols.test.data.project.StubCursor
Creates a new Cursor instance.
StubDataSet - Class in nl.lxtreme.ols.test.data.project
 
StubDataSet() - Constructor for class nl.lxtreme.ols.test.data.project.StubDataSet
Creates a new StubDataSet instance.
StubTestProject - Class in nl.lxtreme.ols.test.data.project
Provides a "stub" project for testing purposes, that can be modified externally and provides some additional convenience methods to assist testing.
StubTestProject() - Constructor for class nl.lxtreme.ols.test.data.project.StubTestProject
Creates a new StubTestProject instance.
StubTestProjectManager - Class in nl.lxtreme.ols.test.data.project
Provides a "stub" project manager for testing purposes, that can be modified externally.
StubTestProjectManager() - Constructor for class nl.lxtreme.ols.test.data.project.StubTestProjectManager
 

T

toString() - Method in class nl.lxtreme.ols.test.data.project.StubCursor

U

UnitTestUtils - Class in nl.lxtreme.ols.test
Provides some additional test methods to JUnit.

V

visit(ProjectVisitor) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
 

W

waitForStep(int, int) - Method in class nl.lxtreme.ols.test.Ensure
Wait until we arrive at least at step nr in the process, or fail if that takes more than timeout milliseconds.
write(StubDataSet, Writer) - Static method in class nl.lxtreme.ols.test.data.OlsDataHelper
Writes the data to the given writer.
writeData(Writer) - Method in class nl.lxtreme.ols.test.data.project.StubTestProject
A C D E F G H I L N O R S T U V W 
Skip navigation links

Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.