gov.grants.apply.agency
Class GetApplicationListTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bygov.grants.apply.agency.AgencyWebServiceTestCase
              extended bygov.grants.apply.agency.GetApplicationListTest
All Implemented Interfaces:
junit.framework.Test

public class GetApplicationListTest
extends AgencyWebServiceTestCase

Author:
Grants.gov WebServices Team TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class gov.grants.apply.agency.AgencyWebServiceTestCase
APPLICATION_PROPERTIES
 
Constructor Summary
GetApplicationListTest(java.lang.String test)
           
 
Method Summary
(package private) static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ApplicationInformationType[] getApplicationList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequest request, AgencyWebServiceTestCase test)
           
(package private) static java.lang.String getExistingTrackingNumber(AgencyWebServiceTestCase test)
           
static void main(java.lang.String[] args)
           
 void printList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ApplicationInformationType[] list)
           
 void testGetApplicationListWithBlankFilter()
           
 void testGetApplicationListWithEmptyFilter()
           
 void testGetApplicationListWithReceivedStatusFilter()
           
 void testGetApplicationListWithValidatedStatusFilter()
           
 
Methods inherited from class gov.grants.apply.agency.AgencyWebServiceTestCase
downloadAttachments, getPort, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationListTest

public GetApplicationListTest(java.lang.String test)
Method Detail

main

public static void main(java.lang.String[] args)

testGetApplicationListWithEmptyFilter

public void testGetApplicationListWithEmptyFilter()

testGetApplicationListWithValidatedStatusFilter

public void testGetApplicationListWithValidatedStatusFilter()

testGetApplicationListWithReceivedStatusFilter

public void testGetApplicationListWithReceivedStatusFilter()

testGetApplicationListWithBlankFilter

public void testGetApplicationListWithBlankFilter()

getExistingTrackingNumber

static java.lang.String getExistingTrackingNumber(AgencyWebServiceTestCase test)

getApplicationList

static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ApplicationInformationType[] getApplicationList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequest request,
                                                                                                                   AgencyWebServiceTestCase test)

printList

public void printList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ApplicationInformationType[] list)