Refactor HarvesterOptionsTest to use assertj#81
Refactor HarvesterOptionsTest to use assertj#81eperott wants to merge 1 commit intoinstaclustr:masterfrom
Conversation
Also, moving test class into the correct module.
|
Proposing to make test asserts with assertJ style, as it generally improves readability. Of course, this is a matter of opinion/preference. And speaking of preferences, should we use Test prefix or suffix in test class names in cassandra-exporter. I'm proposing to use TestMyClass (over MyClassTest). In my experience this will save me a couple of key strokes every time I'm looking up a class in IntelliJ (searching with ctrl+n). Lot's of opinions here. :-) Let me know what you think. |
|
I prefer |
|
Agree, being consistent is the most important thing. Which is why I brought it up - currently we're not. Whether we go for prefix or suffix is not something we need to debate at any length. You guys, being maintainers, should probably just decide which way to go. |
3b88272 to
84cb7cd
Compare
Also, moving test class into the correct module.