Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce testing harness #13

Merged
merged 4 commits into from
May 23, 2024
Merged

Introduce testing harness #13

merged 4 commits into from
May 23, 2024

Conversation

Randgalt
Copy link
Member

  • JUnit framework for easily instantiating tests
  • Injection of Adobe Mock S3 server
  • Injection of configured S3Client

Closes #4

@cla-bot cla-bot bot added the cla-signed label May 17, 2024
@Randgalt Randgalt requested review from dain, vagaerg and mosiac1 May 17, 2024 14:29
@Randgalt Randgalt force-pushed the jordanz/test-harness branch 3 times, most recently from f6d6085 to 2f96499 Compare May 17, 2024 18:13
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 6dacc83 to 0e46571 Compare May 19, 2024 13:13
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 0e46571 to d617549 Compare May 19, 2024 14:07
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from d617549 to be09fa0 Compare May 19, 2024 14:10
@Randgalt Randgalt force-pushed the jordanz/test-harness branch 3 times, most recently from 91adcbe to caa9262 Compare May 19, 2024 14:27
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from be09fa0 to 89953b2 Compare May 20, 2024 08:47
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 89953b2 to 824bc0c Compare May 20, 2024 14:39
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch 2 times, most recently from 367da6b to ee3d24d Compare May 21, 2024 05:50
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from ee3d24d to d69143d Compare May 22, 2024 06:19
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from d69143d to 8d44836 Compare May 22, 2024 09:29
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 8d44836 to 3497048 Compare May 22, 2024 10:08
@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 3497048 to 6af50b0 Compare May 22, 2024 10:57
Copy link
Member

@dain dain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a good start to me.

@Randgalt Randgalt force-pushed the jordanz/initial-proxied-request branch from 1438e19 to b7caafc Compare May 23, 2024 16:53
Base automatically changed from jordanz/initial-proxied-request to main May 23, 2024 17:02
This will allow substituting a testing server for the testing harness
- JUnit framework for easily instantiating tests
- Injection of Adobe Mock S3 server
- Injection of configured S3Client

Closes #4
@Randgalt Randgalt merged commit 1f7605d into main May 23, 2024
2 checks passed
@Randgalt Randgalt deleted the jordanz/test-harness branch May 23, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Create test harness
2 participants