com.atlassian.jira.webtests.ztests.attachment
Interface TestAttachmentsBlockSortingOnViewIssue

All Known Implementing Classes:
TestAttachmentsBlockSortingOnViewIssue.TestAttachmentsListSorting, TestAttachmentsBlockSortingOnViewIssue.TestImageAttachmentsGallerySorting

public interface TestAttachmentsBlockSortingOnViewIssue

Defines the test cases to be implemented to verify the sorting functionality of the attachments block on the view issue page.

Since:
v4.2

Nested Class Summary
static class TestAttachmentsBlockSortingOnViewIssue.AbstractTestAttachmentsBlockSortingOnViewIssue
           
static class TestAttachmentsBlockSortingOnViewIssue.TestAttachmentsListSorting
          Responsible for holding tests that verify that the attachments list on the view issue page can be sorted using a key (i.e.
static class TestAttachmentsBlockSortingOnViewIssue.TestImageAttachmentsGallerySorting
          Responsible for holding tests that verify that the image attachments shown in the image gallery on the view issue page can be sorted using a key (i.e.
 
Method Summary
 void testAttachmentsDefaultToSortingByNameInDescendingOrder()
           
 void testCanSortAttachmentsByDateInAscendingOrder()
           
 void testCanSortAttachmentsByDateInDescendingOrder()
           
 void testCanSortAttachmentsByFileNameInAscendingOrder()
           
 void testCanSortAttachmentsByFileNameInDescendingOrder()
           
 

Method Detail

testAttachmentsDefaultToSortingByNameInDescendingOrder

void testAttachmentsDefaultToSortingByNameInDescendingOrder()
                                                            throws Exception
Throws:
Exception

testCanSortAttachmentsByFileNameInAscendingOrder

void testCanSortAttachmentsByFileNameInAscendingOrder()
                                                      throws Exception
Throws:
Exception

testCanSortAttachmentsByFileNameInDescendingOrder

void testCanSortAttachmentsByFileNameInDescendingOrder()
                                                       throws Exception
Throws:
Exception

testCanSortAttachmentsByDateInAscendingOrder

void testCanSortAttachmentsByDateInAscendingOrder()
                                                  throws Exception
Throws:
Exception

testCanSortAttachmentsByDateInDescendingOrder

void testCanSortAttachmentsByDateInDescendingOrder()
                                                   throws Exception
Throws:
Exception


Copyright © 2002-2013 Atlassian. All Rights Reserved.