Skip to content

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

Notifications You must be signed in to change notification settings

Dhaval1094/MVP-UnitTesting-Basics-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages