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

Support for bridging app to the validation context #176

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

osoykan
Copy link
Collaborator

@osoykan osoykan commented Jul 26, 2023

So that you can enter/arrange/validate the application using its elements besides physical components like Kafka, couchbase, etc.

  test("bridge should work") {
        TestSystem.validate {
            using<CouchbaseProperties> {
                this.bucketName shouldBe "Stove"
            }
        }
    }

@osoykan
Copy link
Collaborator Author

osoykan commented Jul 26, 2023

Total Project Coverage 59.86% 🍏
File Coverage [76.54%]
BridgeSystem.kt 76.54% 🍏

@osoykan
Copy link
Collaborator Author

osoykan commented Jul 27, 2023

Thanks for the suggestion @oguzhaneren

@osoykan osoykan merged commit 7b3b86b into main Jul 27, 2023
2 checks passed
@osoykan osoykan deleted the feature/bridgesystem branch July 27, 2023 09:00
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

Successfully merging this pull request may close these issues.

1 participant