- Scala Design Patterns.
- Ivan Nikolov
- 33字
- 2021-08-27 19:09:57
Mixing the trait in
We can test a trait by mixing it in. There are a few places where we can do this—into a test class or into separate test cases.
We can test a trait by mixing it in. There are a few places where we can do this—into a test class or into separate test cases.