|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.eclipse.mylar.tasks.tests.TaskHistoryTest
public class TaskHistoryTest
Field Summary | |
---|---|
protected TaskActivationHistory |
history
|
protected TaskListManager |
manager
|
protected Task |
task1
|
protected Task |
task2
|
protected Task |
task3
|
protected Task |
task4
|
protected Task |
task5
|
protected TaskListView |
taskView
|
Constructor Summary | |
---|---|
TaskHistoryTest()
|
Method Summary | |
---|---|
private void |
resetHistory()
|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testArbitraryHistoryNavigation()
Tests navigation to previous/next tasks that are chosen from a list rather than being sequentially navigated |
void |
testBasicHistoryNavigation()
Tests the next task and previous task navigation. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TaskListManager manager
protected TaskActivationHistory history
protected TaskListView taskView
protected Task task1
protected Task task2
protected Task task3
protected Task task4
protected Task task5
Constructor Detail |
---|
public TaskHistoryTest()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
private void resetHistory()
public void testBasicHistoryNavigation()
public void testArbitraryHistoryNavigation()
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |