Skip to content

Commit 4bd235f

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 949c26b + 01c2fda commit 4bd235f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# GMSminAssert
1+
# GameMaker Language Minimalistic Assertion
22
A comprehensive minimalistic unit testing library for GameMaker Studio 2.3
3+
4+
All it requires is a few scripts, a single room and a single object :).
5+
Documentation is included for getting it up and running. You could have your first unit test up and running 5 minutes from now!
6+
7+
![unit_testing](https://user-images.githubusercontent.com/38536470/124349713-f55bcc00-dbf0-11eb-8940-5a21678f0e39.PNG)
8+
9+
The image above showcases the UI for running the unit tests, the UI is scrollable and features 3 different color codes. Where orange indicates an error, red indicates a failed test and green indicates tests that pass.
10+
11+
![unittesting1](https://user-images.githubusercontent.com/38536470/124349826-8763d480-dbf1-11eb-8bbb-6774c5bda152.PNG)
12+
13+
Adding tests is quick and easy!
14+
15+
Psst! You should give it a shot! :)

notes/MinAssertSummary/MinAssertSummary.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ AssertEquals
1010
AssertNotEquals
1111
AssertGreaterThan
1212
AssertSmallerThan
13-
13+
AssertPositive
14+
AssertNegative
1415

1516

1617

@@ -40,4 +41,4 @@ AssertMapNotContains
4041
AssertArraySorted
4142
AssertArrayNotSorted
4243
AssertNull
43-
AssertNotNull <- I have my doubt with these ones as they don't seem very useful here
44+
AssertNotNull

0 commit comments

Comments
 (0)