Lines Matching +full:find +full:- +full:up
1 # Unity - Getting Started
11 couple header files. These team up to provide functions and macros to make
69 - `src` - This is the code you care about! This folder contains a C file and two
71 - `docs` - You're reading this document, so it's possible you have found your way
74 - `examples` - This contains a few examples of using Unity.
75 - `extras` - These are optional add ons to Unity that are not part of the core
78 - `test` - This is how Unity and its scripts are all tested. If you're just using
82 - `auto` - Here you will find helpful Ruby scripts for simplifying your test
99 find setUp or tearDown when it links, you'll know you need to at least include
128 // set stuff up here
132 // clean stuff up here
158 This is the single biggest challenge to picking up a new unit testing framework,
168 - On hardware, you have too many constraints (processing power, memory, etc),
169 - On hardware, you don't have complete control over all registers,
170 - On hardware, unit testing is more challenging,
171 - Unit testing isn't System testing. Keep them separate.
176 the advantages of being faster and easier to set up. Simulator apps have the
191 *Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*