We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @nalexn
I want test code which should call in onDisappear function. But for me isn't possible to call this func from the test.
I try this here
try sut.inspect().callOnDisappear() XCTAssertEqual(makeSUTResult.cameraSettingsDelegateSpy.storeCameraSettingsCount, 1)
But I get always this error
failed: caught error: "CameraView does not have 'onDisappear' modifier"
I added the onDisappear to my view which I'm testing.
How I can write a test for my use case?
Thank you
The text was updated successfully, but these errors were encountered:
Hey, please provide the structure of the CameraView you're trying to inspect, that's hard to tell without any input
CameraView
Sorry, something went wrong.
No branches or pull requests
Hi @nalexn
I want test code which should call in onDisappear function. But for me isn't possible to call this func from the test.
I try this here
But I get always this error
failed: caught error: "CameraView does not have 'onDisappear' modifier"
I added the onDisappear to my view which I'm testing.
How I can write a test for my use case?
Thank you
The text was updated successfully, but these errors were encountered: