/MVP-UnitTesting-Basics-Swift

This is example project showing simplest format of MVP architecture and easy Unit testing with the MVP architecture.

Primary LanguageSwift

MVP-UnitTesting-Basics-Swift

Screenshot

This project is showing simplest format of MVP architecture and easy Unit testing with the MVP architecture.

The whole example is following the flow as showing in below video.

MVP pattern

In summary main benefits with this pattern over MVC are as follows

  • It provides better Unit testing compatibility than MVC
  • Isolate all the objects so easy for troubleshooting
  • Business logic reliability