ModalPresenterUsages
class ModalPresenterUsages : XCTestCase
An live usages for ModalPresenters.
You can see the the actual code by clicking Show on GitHub
.
-
An example class that use
See moreModalPresenter. It can be a ViewModel or Presenter (in MVP) or Router or whatever you want.Declaration
Swift
class AnyViewModelOrPresenterOrWhatever -
An usage for production use.
Remark
This case should not be a test case because preventing its side-effects is hard.Declaration
Swift
func productionUsage() -
An usage of a stub for testing.
Declaration
Swift
func testSyncStubUsage() -
An usage of a stub for testing.
Declaration
Swift
func testAsyncStubUsage() -
An usage of a stub for testing.
Declaration
Swift
func testNeverStubUsage() -
An usage of a stub for testing.
Declaration
Swift
func testManualStubUsage() throws
View on GitHub
ModalPresenterUsages Class Reference