Implement assertions #2

Closed
opened 2024-09-02 20:15:51 +00:00 by RYAN · 0 comments
Owner
  • assert_true
  • assert_false
  • assert_nullptr
  • assert_not_nullptr
  • assert_equal
  • assert_not_equal
  • assert_less_than
  • assert_less_than_or_equal
  • assert_greater_than
  • assert_greater_than_or_equal
  • assert_throws
  • assert_throws_any
  • assert_does_not_throw
- [x] `assert_true` - [x] `assert_false` - [x] `assert_nullptr` - [x] `assert_not_nullptr` - [x] `assert_equal` - [x] `assert_not_equal` - [x] `assert_less_than` - [x] `assert_less_than_or_equal` - [x] `assert_greater_than` - [x] `assert_greater_than_or_equal` - [x] `assert_throws` - [x] `assert_throws_any` - [x] `assert_does_not_throw`
RYAN added this to the v0.1.0 milestone 2024-09-02 20:15:51 +00:00
RYAN added the
Kind/Feature
Priority
High
labels 2024-09-02 20:15:51 +00:00
RYAN self-assigned this 2024-09-02 20:15:51 +00:00
RYAN referenced this issue from a commit 2024-09-03 00:10:22 +00:00
RYAN closed this issue 2024-09-03 00:10:22 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arc/libarc-validate#2
No description provided.