This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.richfaces.tests.page.fragments.impl; | |
import org.jboss.arquillian.graphene.enricher.findby.FindBy; | |
import org.junit.Test; | |
import org.openqa.selenium.WebElement; | |
import org.richfaces.tests.page.fragments.impl.accordion.RichFacesAccordion; | |
public class FooBar { | |
@FindBy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.richfaces.tests.page.fragments.impl; | |
import org.jboss.arquillian.graphene.enricher.findby.FindBy; | |
import org.junit.Test; | |
import org.openqa.selenium.WebElement; | |
import org.richfaces.tests.page.fragments.impl.accordion.RichFacesAccordion; | |
public class FooBar { | |
@FindBy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@FindBy | |
@DynamicPanel(1) | |
TabPanel panel1; | |
@FindBy | |
@DynamicPanel(2) | |
TabPanel panel2 | |
@Content(item = 1) | |
@DynamicPanel(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.jboss.arquillian.graphene.enricher.stub; | |
import org.jboss.arquillian.graphene.spi.annotations.Root; | |
import org.openqa.selenium.WebElement; | |
import org.openqa.selenium.support.FindBy; | |
public class PageFragmentWithContainerUsage<T, E> { | |
@Root | |
@SuppressWarnings(value="unused") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guardXhr(WebElement) | |
gurdXhr(element).click() | |
guardXhr(object).someAction(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:19:40,609 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushTopicsContext not ready yet, sleeping | |
19:19:40,616 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushJms not ready yet, sleeping | |
19:19:40,620 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushCdi not ready yet, sleeping |
NewerOlder