com.atlassian.jira.issue.search.searchers
Class IssueSearcherPanelMapTest

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.IssueSearcherPanelMapTest

public class IssueSearcherPanelMapTest
extends Object

Tests IssueSearcherPanelMap.

Since:
v5.1

Constructor Summary
IssueSearcherPanelMapTest()
           
 
Method Summary
 void testGetPanelDateField()
          When given a IssueSearcher corresponding to a field displayed in the "Dates" panel, getPanel should return the dates panel.
 void testGetPanelDetailsField()
          When given a IssueSearcher corresponding to a field displayed in the "Details" panel, getPanel should return the details panel.
 void testGetPanelGeneral()
          When given a non-specific IssueSearcher, getPanel should return the details panel.
 void testGetPanelPeopleField()
          When given a IssueSearcher corresponding to a field displayed in the "People" panel, getPanel should return the people panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSearcherPanelMapTest

public IssueSearcherPanelMapTest()
Method Detail

testGetPanelDateField

public void testGetPanelDateField()
When given a IssueSearcher corresponding to a field displayed in the "Dates" panel, getPanel should return the dates panel.


testGetPanelDetailsField

public void testGetPanelDetailsField()
When given a IssueSearcher corresponding to a field displayed in the "Details" panel, getPanel should return the details panel.


testGetPanelGeneral

public void testGetPanelGeneral()
When given a non-specific IssueSearcher, getPanel should return the details panel.


testGetPanelPeopleField

public void testGetPanelPeopleField()
When given a IssueSearcher corresponding to a field displayed in the "People" panel, getPanel should return the people panel.



Copyright © 2002-2013 Atlassian. All Rights Reserved.