Concept Flow - XCTest framework basics
Write test method
Run test with XCTest
XCTest calls test method
Assert conditions inside test
Pass or Fail result
Report test outcome
This flow shows how XCTest runs a test method, checks assertions, and reports pass or fail.