Testability - Missing abstraction
See original GitHub issueHi,
we really appreciate your lib and want to use it, but we are currently facing some hard times testing our code using your lib. The lib provides no interfaces, which means that we cannot mock your implementations.
As we are developing in a CI environment, we strongly need to provide unittests (not only integrationtests).
Do you think there is a chance to introduce an appropiate level of abstraction, especially for the KubeApiClient
and the ResourceClient
s?
Thanks in advance Andy
Issue Analytics
- State:
- Created 5 years ago
- Comments:30 (21 by maintainers)
Top Results From Across the Web
Understanding Testability and Test Smells
Testability smells are the programming practices that reduce the testability of a software system. I will talk about four specific testability ...
Read more >Chapter 7. Testable design - Effective Unit Testing
Worried that your constructor is already taking in six parameters? It sounds like your code might be missing an abstraction or two—that's what...
Read more >Testability: What it is and how to increase it - Kevin Tuck
Dependency Inversion Principle – High-level modules should not depend on low-level modules; both should depend on abstractions. Abstractions ...
Read more >The Deep Synergy Between Testability and Good Design ...
It turns out there's a deep synergy between testability and good design. And it isn't just that thing of going and saying “well,...
Read more >Design for Testability
Abstract. Testability is a software quality characteristic that is of major relevance for test ... Related processes, guidelines, and tools are missing.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, since you reference the preview version. Netcore 2.1 has been released yesterday.
No problem. Take the time you need. Private life has priority. If you have any comments or change requests, just let me know. Then I can adjust this.