Lines Matching +full:test +full:- +full:docs
1 # Unity Test ![CI][]
3 __Copyright (c) 2007 - 2023 Unity Project by Mike Karlesky, Mark VanderVoord, and Greg Williams__
5 Welcome to the Unity Test Project, one of the main projects of ThrowTheSwitch.org.
6 Unity Test is a unit testing framework built for C, with a focus on working with embedded toolchain…
8 This project is made to test code targetting microcontrollers big and small.
19 The [docs][] folder contains a [getting started guide][] and much more tips about using Unity.
46 This test is automatically marked as a failure.
137 Test a single bit and verify that it is high.
138 The bit is specified 0-31 for a 32-bit integer.
142 Test a single bit and verify that it is low.
143 The bit is specified 0-31 for a 32-bit integer.
182 Compare two null-terminate strings.
192 Compare two null-terminate strings.
230 [getting started guide]: docs/UnityGettingStartedGuide.md
231 [change log]: docs/UnityChangeLog.md
232 [known issues]: docs/UnityKnownIssues.md
233 [docs]: docs/
234 [UnityAssertionsReference.md]: docs/UnityAssertionsReference.md