Home
last modified time | relevance | path

Searched refs:nestedActions (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java236 List<RuleAction> nestedActions = nested.getNestedActions(node); in testProperties() local
237 assertEquals(9, nestedActions.size()); in testProperties()
238 assertEquals("Recent", nestedActions.get(0).getTitle()); in testProperties()
239 assertTrue(nestedActions.get(1) instanceof RuleAction.Separator); in testProperties()
240 assertEquals("Defined by LinearLayout", nestedActions.get(2).getTitle()); in testProperties()
241 assertEquals("Inherited from ViewGroup", nestedActions.get(3).getTitle()); in testProperties()
242 assertEquals("Inherited from View", nestedActions.get(4).getTitle()); in testProperties()
243 assertTrue(nestedActions.get(5) instanceof RuleAction.Separator); in testProperties()
244 assertEquals("Layout Parameters", nestedActions.get(6).getTitle()); in testProperties()
245 assertTrue(nestedActions.get(7) instanceof RuleAction.Separator); in testProperties()
[all …]