Commit Graph

23 Commits

Author SHA1 Message Date
5d2e954cdc fix(Assert): fix nil/notnil implementation 2024-10-26 15:39:49 +02:00
79b6414727 feat(SimpleRouter): add SubPath function 2024-10-26 14:49:36 +02:00
Levente Nas
5096721360 feat: add tests for type package
Closes #4
2024-10-22 20:19:08 +02:00
3536b4338b feat(SimpleRouter): initial version 2024-10-22 00:21:44 +02:00
Levente Nas
fa8661af91 feat(Testing): add assert panic with message check as well 2024-10-18 20:17:47 +02:00
Levente Nas
d32169e645 fix(Testing): flip equal signs in output message in AssertTrue 2024-10-18 20:15:46 +02:00
Levente Nas
65e14cc4db feat(Testing): add assert panic and not panic 2024-10-15 23:09:59 +02:00
2e035a6336 chore: add license 2024-10-15 23:09:59 +02:00
6459ccae49 chore(pr)!: consistent naming conventions 2024-10-15 23:09:29 +02:00
aacb529fb6 refactor(Logger)!: harmonize naming 4 2024-10-15 13:31:00 +02:00
b40f588537 refactor(Testing)!: harmonize naming 3 2024-10-15 13:27:48 +02:00
86c8376f54 refactor(Assert)!: harmonize naming 2 2024-10-15 13:26:44 +02:00
331c1722af refactor(Type)!: harmonize naming 1 2024-10-15 13:18:33 +02:00
7153f2073e fix(testing)!: fix AssertFalse was logically inverted 2024-10-15 13:06:37 +02:00
dffea122de refactor(typeutils)!: refactor to pointer receivers 2024-10-13 21:55:08 +02:00
62ff01d6b8 test!: remove main_test.go 2024-10-13 21:54:33 +02:00
0431cfff78 refactor: add Ptr function for easy inline pointer creation 2024-10-13 21:38:37 +02:00
ab8ce91181 fix: separate asserts so log origin will be correct 2024-10-13 21:33:33 +02:00
eefabeccec feat: add assert utils 2024-10-13 21:31:37 +02:00
Levente Nas
c4b6077e3a refactor: naming (#1) 2024-09-25 09:42:06 +02:00
23a8a9ee04 fix: typo 2024-09-16 07:52:50 +02:00
4d974d086f fix: minor fixes to types 2024-09-15 18:26:32 +02:00
2c75b20349 inital commit 2024-09-12 22:16:26 +02:00