Searched defs:spaceFound (Results 1 – 1 of 1) sorted by relevance
78 val spaceFound = findSpace(1, 1) in justEnoughSpaceOnFirstScreen_whenFindSpaceForItem_thenReturnFirstScreenId() constant95 val spaceFound = findSpace(2, 3) in notEnoughSpaceOnFirstScreen_whenFindSpaceForItem_thenReturnSecondScreenId() constant113 val spaceFound = findSpace(3, 3) in notEnoughSpaceOnExistingScreens_returnNewScreenId() constant128 val spaceFound = findSpace(2, 1) in firstScreenIsEmptyButSecondIsNotEmpty_returnSecondScreenId() constant143 val spaceFound = findSpace(2, 3) in twoEmptyMiddleScreens_returnThirdScreen() constant158 val spaceFound = findSpace(2, 3) in allExistingPagesAreFull_returnNewScreenId() constant174 val spaceFound = findSpace(3, 1) in firstTwoPagesAreFull_and_ThirdPageIsEmpty_returnThirdPage() constant