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

What is the point of Application layer testing ? #3

Open
punkouter2021 opened this issue Jan 16, 2020 · 0 comments
Open

What is the point of Application layer testing ? #3

punkouter2021 opened this issue Jan 16, 2020 · 0 comments

Comments

@punkouter2021
Copy link

I have a function written in the application layer so I want to test it and test the data it gets back. But it seems the Application layer you mock the data and it is only used to test if certain methods are run.. So should I then start with web layer and create a controller to call that service ?

I am just wondering mostly is the application layer never used to check the results of the services ? According to the current code that is what it appears to do only.

And I am beginner so maybe its a dumb question

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