- g -
- GivenNothingInList_WhenAddNodeAtPlace0_ReturnsTrue()
: tests.cpp
- GivenNothingInList_WhenClearIsCalled_ThenSizeUnchanged()
: tests.cpp
- GivenNothingInList_WhenGetIsCalled_ThenReturnsFalse()
: tests.cpp
- GivenNothingInList_WhenPopIsCalled_ThenReturnsFalse()
: tests.cpp
- GivenNothingInList_WhenRemoveIsCalled_ThenFalseIsReturned()
: tests.cpp
- GivenNothingInList_WhenSetIsCalled_ThenReturnsFalse()
: tests.cpp
- GivenNothingInList_WhenShiftIsCalled_ThenReturnsFalse()
: tests.cpp
- GivenNothingInList_WhenSizeCalled_Returns0()
: tests.cpp
- GivenNothingInList_WhenUnshiftCalled_ThenListSize1()
: tests.cpp
- GivenOneNodeInList_WhenAddNodeIndexLargerThanListSize_ThenNodeAddedToEndOfList()
: tests.cpp
- GivenOneNodeInList_WhenShiftIsCalled_ThenListEmpty()
: tests.cpp
- GivenOneNodeInList_WhenShiftIsCalled_ThenReturnsData()
: tests.cpp
- GivenOneNodeInList_WhenUnshiftCalled_ThenExistingNodeLast()
: tests.cpp
- GivenOneNodeInList_WhenUnshiftCalled_ThenListSize2()
: tests.cpp
- GivenThreeInList_WhenClearIsCalled_ThenListEmpty()
: tests.cpp
- GivenThreeNodesInList_WhenGetIsCalled_ThenReturnsData()
: tests.cpp
- GivenThreeNodesInList_WhenRemoveIsCalled_ThenListIsShorter()
: tests.cpp
- GivenThreeNodesInList_WhenRemoveIsCalledAtPlace0_ThenFirstNodeDataIsReturned()
: tests.cpp
- GivenThreeNodesInList_WhenRemoveIsCalledAtPlace2_ThenLastNodeDataIsReturned()
: tests.cpp
- GivenThreeNodesInList_WhenSetIsCalledAtPlace1_ThenSecondNodeIsSet()
: tests.cpp
- GivenThreeNodesInList_WhenShiftIsCalled_ThenListIsShorter()
: tests.cpp
- GivenThreeNodesInList_WhenShiftIsCalled_ThenReturnsFirstData()
: tests.cpp
- GivenThreeNodesInList_WhenSizeCalled_Returns3()
: tests.cpp
- GivenTwoNodesInList_WhenPopIsCalled_ThenListIsShorter()
: tests.cpp
- GivenTwoNodesInList_WhenPopIsCalled_ThenReturnsLastNode()
: tests.cpp