Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The gateway-tests module contains a GatewayTestConfig + a GatewayFuncTestDriver, which more or less duplicate the classes available in "gateway-test-release-utils".
See attached for a patch which does the following:
a) Move the functionality in GatewayFuncTestDriver which is only used by the "basic" test into the test-class itself.
b) Remove GatewayFuncTestDriver + GatewayTestConfig from gateway-tests, and instead pick up the classes from gateway-tests-release-utils.
c) Removed some duplicate dependencies from gateway-test-release-utils pom
I think for 1.0.0 we could remove the gateway-test-release-utils module altogether, and move the two classes into gateway-test-utils, but for 0.13.0 it's probably better to leave them as is.