Package | Description |
---|---|
com.atlassian.confluence | |
com.atlassian.confluence.it.content |
Modifier and Type | Method and Description |
---|---|
ViewContentBean |
PageAcceptanceTester.createPage(String spaceKey,
String title,
String content,
String parentPageTitle) |
ViewContentBean |
PageAcceptanceTester.createPageWithViewRestrictions(String spaceKey,
String title,
String content,
String parentPageTitle,
String viewPermissionUsers) |
protected ViewContentBean |
EditPageAcceptanceTest.prepareEditPageTests() |
Modifier and Type | Method and Description |
---|---|
ViewContentBean |
ViewContentBean.addTextComment(String comment) |
ViewContentBean |
ViewContentBean.Builder.build() |
ViewContentBean |
EditContentBean.cancel() |
ViewContentBean |
ViewContentHistoryBean.restoreAndViewContentVersion(int version) |
ViewContentBean |
EditContentBean.save() |
ViewContentBean |
EditContentBean.saveMergeContent() |
static ViewContentBean |
ViewContentBean.viewBlogPost()
Factory method to return a ViewContentBean pointing at the current location of the web tester.
|
static ViewContentBean |
ViewContentBean.viewBlogPost(BlogPost blogPost) |
static ViewContentBean |
ViewContentBean.viewBlogPost(BlogPost blogPost,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewBlogPost(long contentId)
Factory method to return a ViewContentBean for the blog post with the given content ID.
|
static ViewContentBean |
ViewContentBean.viewBlogPost(long contentId,
net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a ViewContentBean for the blog post with the given content ID.
|
static ViewContentBean |
ViewContentBean.viewBlogPost(String spaceKey,
String postTitle)
Deprecated.
Since 5.6. This method is flaky as dates can change during test runs.
Use
viewBlogPost(com.atlassian.confluence.it.BlogPost) instead. |
static ViewContentBean |
ViewContentBean.viewBlogPost(String spaceKey,
String postTitle,
Date postDate)
Factory method to return a ViewContentBean for the given post and space.
|
static ViewContentBean |
ViewContentBean.viewBlogPost(String spaceKey,
String postTitle,
Date postDate,
net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a ViewContentBean for the given post and space.
|
static ViewContentBean |
ViewContentBean.viewBlogPost(String spaceKey,
String postTitle,
net.sourceforge.jwebunit.junit.WebTester webTester)
Deprecated.
Since 5.6. This method is flaky as dates can change during test runs.
Use
viewBlogPost(com.atlassian.confluence.it.BlogPost) instead. |
static ViewContentBean |
ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost)
When viewing the blog actually respect the date set on the blog.
|
static ViewContentBean |
ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost,
net.sourceforge.jwebunit.junit.WebTester webTester)
When viewing the blog actually respect the date set on the blog.
|
ViewContentBean |
ViewContentHistoryBean.viewContentVersion(int version) |
static ViewContentBean |
ViewContentBean.viewPage()
Factory method to return a ViewContentBean pointing at the current location of the web tester.
|
static ViewContentBean |
ViewContentBean.viewPage(long contentId)
Factory method to return a ViewContentBean for the page with the given content ID.
|
static ViewContentBean |
ViewContentBean.viewPage(long contentId,
net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a ViewContentBean for the page with the given content ID.
|
static ViewContentBean |
ViewContentBean.viewPage(Page page) |
static ViewContentBean |
ViewContentBean.viewPage(Page page,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewPage(Space space)
View the home page of the given space.
|
static ViewContentBean |
ViewContentBean.viewPage(Space space,
String pageTitle)
Factory method to return a ViewContentBean for the given page and space.
|
static ViewContentBean |
ViewContentBean.viewPage(Space space,
String pageTitle,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewPage(Space space,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey)
Factory method to return a ViewContentBean for the homepage of the given space.
|
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey,
String pageTitle)
Factory method to return a ViewContentBean for the given page and space.
|
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey,
String pageTitle,
boolean commentsOn)
Factory method to return a ViewContentBean for the given page and space, with comments specifically
requested on or off.
|
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey,
String pageTitle,
boolean commentsOn,
net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a ViewContentBean for the given page and space, with comments specifically
requested on or off.
|
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey,
String pageTitle,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewPage(String spaceKey,
net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a ViewContentBean for the homepage of the given space.
|
static ViewContentBean |
ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewPersonalSpace(String username) |
static ViewContentBean |
ViewContentBean.viewPersonalSpace(String username,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewSpaceHomePage(Space space) |
static ViewContentBean |
ViewContentBean.viewSpaceHomePage(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewUrl(String url) |
static ViewContentBean |
ViewContentBean.viewUrl(String url,
net.sourceforge.jwebunit.junit.WebTester webTester) |
Modifier and Type | Method and Description |
---|---|
static void |
ContentBeanMatchers.assertCannotRequestAccess(ViewContentBean viewContentBean) |
static void |
ContentBeanMatchers.assertCanRequestAccess(ViewContentBean viewContentBean) |
static void |
ContentBeanMatchers.assertIsNotViewable(ViewContentBean viewContentBean)
Deprecated.
since 5.6 Use
assertHasNoViewPermission() |
static void |
ContentBeanMatchers.assertIsRestricted(ViewContentBean viewContentBean) |
static void |
ContentBeanMatchers.assertIsViewable(ViewContentBean viewContentBean)
Deprecated.
since 5.6 Use
assertHasViewPermission() |
Copyright © 2003–2018 Atlassian. All rights reserved.