Bug 2232 - Tests for Existing Queries and Mutations
Summary: Tests for Existing Queries and Mutations
Status: CONFIRMED
Alias: None
Product: E3
Classification: Unclassified
Component: graphql (show other bugs)
Version: trunk
Hardware: All All
: P1 enhancement
Target Milestone: undetermined
Assignee: Richard Harms
QA Contact:
URL:
Keywords:
Depends on: 2296
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-10 22:33 CDT by Richard Harms
Modified: 2019-06-05 21:48 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Harms 2017-07-10 22:33:26 CDT

    
Comment 1 Richard Harms 2017-08-10 23:50:57 CDT
trunk revisions r13314, r13315

Updated LicenseCheckLogic to use non-deprecated APIs for Commons HttpClient
Updated LicenseCheckLogic's HttpClientBuilder to log on IOException
Comment 2 Richard Harms 2017-08-10 23:51:28 CDT
Allowing self-signed certificates for localhost tests:

https://stackoverflow.com/questions/19517538/ignoring-ssl-certificate-in-apache-httpclient-4-3
Comment 3 Richard Harms 2017-08-14 23:40:03 CDT
trunk revisions r13316, r13317, r13318, r13319, r13320, r13321, r13322, r13323, r13324, r13325, r13326, r13327, r13329, r13331, r13332, r13333, r13334

Extracted GraphQlUtils for both server and client side usage
Roughed out a GraphQL IdleTest class
Switched to using PropertyUtils
Fixed up failing NameCleanerTest
Refactored IdleTest and extracted GraphQlTestCase
Added getObject to GraphQlTestCase
Added idleCompleteResultTest
Refactored GraphQlTestCase to support reusing the same client multiple times in a test to preserve cookies
Added ItemCategoryTest
Added LogoutTest
Added EmployeeLoginTest
Added SetPasswordTest
Added RecoverPasswordTest
Added LockAndUnlockEntityTest
Fix up copyright
Code clean-up
Comment 4 Richard Harms 2017-11-27 22:49:05 CST
trunk revisions r13482, r13483, r13484

Added getInteger(), getLong() and getDouble()
Moved GraphQlTestCase into a graphql package
Added BaseGraphQlTestCase