org.apache.maven.plugin.jira
Class JqlQueryBuilderTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.jira.JqlQueryBuilderTestCase
All Implemented Interfaces:
junit.framework.Test

public class JqlQueryBuilderTestCase
extends junit.framework.TestCase

Test class for JqlQueryBuilder

Since:
2.8
Version:
$Id: JqlQueryBuilderTestCase.java 1379899 2012-09-01 23:39:06Z dennisl $
Author:
ton.swieb@finalist.com

Constructor Summary
JqlQueryBuilderTestCase()
           
 
Method Summary
 void testEmptyQuery()
           
 void testFixVersion()
           
 void testFixVersionCombinedWithOtherParameters()
           
 void testMultipleParameterCombinedWithAND()
           
 void testOrderByIsLastElement()
           
 void testSingleParameterMultipleValues()
           
 void testSingleParameterSingleValue()
           
 void testSingleParameterValue()
           
 void testSortMultipleColumns()
           
 void testSortSingleDescending()
           
 void testSortSingleRowAscending()
           
 void testValueWithSpacesAreQuoted()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JqlQueryBuilderTestCase

public JqlQueryBuilderTestCase()
Method Detail

testEmptyQuery

public void testEmptyQuery()

testSingleParameterValue

public void testSingleParameterValue()
                              throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testFixVersion

public void testFixVersion()
                    throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testFixVersionCombinedWithOtherParameters

public void testFixVersionCombinedWithOtherParameters()
                                               throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testSingleParameterSingleValue

public void testSingleParameterSingleValue()
                                    throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testSingleParameterMultipleValues

public void testSingleParameterMultipleValues()
                                       throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testMultipleParameterCombinedWithAND

public void testMultipleParameterCombinedWithAND()
                                          throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testValueWithSpacesAreQuoted

public void testValueWithSpacesAreQuoted()
                                  throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testSortSingleRowAscending

public void testSortSingleRowAscending()
                                throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testSortSingleDescending

public void testSortSingleDescending()
                              throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testSortMultipleColumns

public void testSortMultipleColumns()
                             throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

testOrderByIsLastElement

public void testOrderByIsLastElement()
                              throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.