I wondered if there were architectural patterns, like MVP, MVVM for unit tests in swift.
I know about AAA pattern, but it breaks the logic inside the test method. In all the stuff I've read, the structure of the tests was made the same as the structure of the project itself, and there was no architecture as such.
Maybe you know some architectures, patterns or approaches that would help to logically break up modular tests into different objects?