Skip to content

Property Verifying

Compare
Choose a tag to compare
@MetalheadSanya MetalheadSanya released this 10 Oct 19:10
· 63 commits to main since this release

This release adds code generation for verifying getters and setters.

You can verify property getting by using propertyNameGetter() method in Verify structure.
You can verify property setting by using propertyNameSetter(_:) method in Verify structure.