Searched refs:structure2 (Results 1 – 2 of 2) sorted by relevance
55 private lateinit var structure2: StructureInfo66 `when`(structure2.componentName).thenReturn(TEST_COMPONENT_OTHER)71 listOf(structure1, structure2, structure3))78 val expected = listOf(structure1, structure2, structure3)100 val expected = listOf(structure2)108 verify(persistenceWrapper).storeFavorites(listOf(structure2))
689 val structure2 = StructureInfo(TEST_COMPONENT, "Home", listOrder2) regex691 controller.replaceFavoritesForStructure(structure2)883 val structure2 = mock(StructureInfo::class.java) regex884 val listOfStructureInfo = listOf(structure1, structure2)