Function Listings - dicksonlaw583/gmassert2 GitHub Wiki
Function Listings
Since GMAssert 2.3.0, assertion functions have been divided into several categories. You can either import the whole library for full functionality, or selectively import just the ones that you actively use for faster builds.
Note: You must always import GMAssert_Internal
for the library to work!
- Basic Boolean Assertions (
GMAssert_Boolean
) - Equivalence Assertions (
GMAssert_Equivalence
) - Comparison Assertions (
GMAssert_Comparison
) - Containment Assertions (
GMAssert_Containment
) - Type-Checking Assertions (
GMAssert_Typecheck
) - Exception Assertions (
GMAssert_Exceptions
)