|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockLink | |
|---|---|
| com.uwyn.rife.test | Provides classes and interfaces for the out-of-container testing framework. |
| Uses of MockLink in com.uwyn.rife.test |
|---|
| Methods in com.uwyn.rife.test that return MockLink | |
|---|---|
MockLink |
ParsedHtml.getLinkWithId(String id)
Retrieves the first link in the HTML document with a particular id attribute. |
MockLink |
ParsedHtml.getLinkWithImageAlt(String alt)
Retrieves the first link in the HTML document that surrounds an img tag with a certain alt attribute. |
MockLink |
ParsedHtml.getLinkWithImageName(String name)
Retrieves the first link in the HTML document that surrounds an img tag with a certain name attribute. |
MockLink |
ParsedHtml.getLinkWithName(String name)
Retrieves the first link in the HTML document with a particular name attribute. |
MockLink |
ParsedHtml.getLinkWithText(String text)
Retrieves the first link in the HTML document that surrounds a particular text. |
| Methods in com.uwyn.rife.test that return types with arguments of type MockLink | |
|---|---|
List<MockLink> |
ParsedHtml.getLinks()
Retrieves the list of all the links in the HTML document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||