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

BankingProviderContractTest - ContextConfiguration #91

Open
valentinacupac opened this issue Feb 8, 2023 · 0 comments
Open

BankingProviderContractTest - ContextConfiguration #91

valentinacupac opened this issue Feb 8, 2023 · 0 comments

Comments

@valentinacupac
Copy link
Owner

valentinacupac commented Feb 8, 2023

For the class BankingProviderContractTest, currently we have @ActiveProfiles({ ProfileNames.ADAPTER_PERSISTENCE_JPA, ProfileNames.ADAPTER_PERSISTENCE_REDIS, ProfileNames.ADAPTER_GENERATION_RANDOM, ProfileNames.ADAPTER_TIME_SYSTEM, ProfileNames.ADAPTER_MICROSERVICE_SIM, ProfileNames.ADAPTER_THIRDPARTY_SIM, ProfileNames.ADAPTER_AUTH_NONE})

May consider getting @ContextConfiguration(classes = ContractTestConfiguration.class) to work instead of ActiveProfiles, so that we could pass in the fakes rather than real, since anyway the application core is being mocked out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant