Skip to content

Being able to write good Unit Tests is one of the most important skills. Here is some examples how to add tests to the Xcode projects and review all of the different types of tests that to use in different situations.

Notifications You must be signed in to change notification settings

duk42111/Unit_Testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A major part of the challenge of architecting UI-focused code bases tends to come down to deciding where to draw the line between the code that needs to interact with the platform’s various UI frameworks, versus code that’s completely within our own app’s domain of logic.

That task might become especially tricky when working with SwiftUI, as so much of our UI-centric logic tends to wind up within our various View declarations, which in turn often makes such code really difficult to verify using unit tests.

About

Being able to write good Unit Tests is one of the most important skills. Here is some examples how to add tests to the Xcode projects and review all of the different types of tests that to use in different situations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%