* Test to verify layouts obtained from Definition Service.
*
* @throws Exception
*/
public void testLayoutsFromService() throws Exception {
LayoutsDef layoutsDef = Aura.getDefinitionService().getDefinition("test:layouts", LayoutsDef.class);
validateLayouts(layoutsDef);
}