| org.eclipse.jface.tests.performance.ViewerTest org.eclipse.jface.tests.performance.TreeTest
All known Subclasses: org.eclipse.jface.tests.performance.FastTreeTest,
TEST_COUNT | static int TEST_COUNT(Code) | | |
viewer | TreeViewer viewer(Code) | | |
createViewer | protected StructuredViewer createViewer(Shell shell)(Code) | | |
doTestAdd | protected void doTestAdd(int increment, int total, boolean preSort) throws CoreException(Code) | | Run the test for one of the fast insertions.
Parameters: count - throws: CoreException - |
testAddFifty | public void testAddFifty() throws CoreException(Code) | | throws: CoreException - Test addition to the tree one element at a time. |
testAddHundred | public void testAddHundred() throws CoreException(Code) | | throws: CoreException - Test addition to the tree one element at a time. |
testAddHundredPreSort | public void testAddHundredPreSort() throws CoreException(Code) | | throws: CoreException - Test addition to the tree with the items presorted. |
testAddOneAtATime | public void testAddOneAtATime()(Code) | | throws: CoreException - Test addition to the tree one element at a time. |
testAddTen | public void testAddTen() throws CoreException(Code) | | throws: CoreException - Test addition to the tree one element at a time. |
testAddThousand | public void testAddThousand() throws CoreException(Code) | | Test addition to the tree.
|
testAddThousandPreSort | public void testAddThousandPreSort() throws CoreException(Code) | | throws: CoreException - Test addition to the tree with the items presorted. |
testAddTwoThousand | public void testAddTwoThousand() throws CoreException(Code) | | throws: CoreException - Test addition to the tree one element at a time. |
|
|