int main()
{
int a = 5;
int b = 10;
TestEqual(6, a);
TestLarger(b, a);
TestUnEqual(5, b);
TestExpression(a == b);
return 0;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple lightweight unit-testing assistant
License
WildandArt/TestingSummary
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Simple lightweight unit-testing assistant
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
