mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-15 00:52:46 +08:00
Documentation Updates
This commit is contained in:
@ -3,8 +3,9 @@
|
|||||||
Hi. Welcome to the coding standard for ThrowTheSwitch.org. For the most part,
|
Hi. Welcome to the coding standard for ThrowTheSwitch.org. For the most part,
|
||||||
we try to follow these standards to unify our contributors' code into a cohesive
|
we try to follow these standards to unify our contributors' code into a cohesive
|
||||||
unit (puns intended). You might find places where these standards aren't
|
unit (puns intended). You might find places where these standards aren't
|
||||||
followed. We're not perfect. Please be polite where
|
followed. We're not perfect. Please be polite where you notice these discrepancies
|
||||||
you notice these discrepancies and we'll try to be polite when we notice yours.
|
and we'll try to be polite when we notice yours.
|
||||||
|
|
||||||
;)
|
;)
|
||||||
|
|
||||||
|
|
||||||
@ -201,3 +202,6 @@ that happens, we like to indent further to line things up in nice tidy columns.
|
|||||||
|
|
||||||
Egad. Really? We use markdown and we like pdf files because they can be made to
|
Egad. Really? We use markdown and we like pdf files because they can be made to
|
||||||
look nice while still being portable. Good enough?
|
look nice while still being portable. Good enough?
|
||||||
|
|
||||||
|
|
||||||
|
*Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*
|
||||||
|
@ -711,3 +711,6 @@ with zeros.
|
|||||||
operations, particularly `TEST_ASSERT_INT_WITHIN`.Such assertions might wrap
|
operations, particularly `TEST_ASSERT_INT_WITHIN`.Such assertions might wrap
|
||||||
your `int` in the wrong place, and you could experience false failures. You can
|
your `int` in the wrong place, and you could experience false failures. You can
|
||||||
always back down to a simple `TEST_ASSERT` and do the operations yourself.
|
always back down to a simple `TEST_ASSERT` and do the operations yourself.
|
||||||
|
|
||||||
|
|
||||||
|
*Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*
|
||||||
|
@ -393,3 +393,6 @@ every single test case throughout your entire suite of tests.
|
|||||||
The defines and macros in this guide should help you port Unity to just about
|
The defines and macros in this guide should help you port Unity to just about
|
||||||
any C target we can imagine. If you run into a snag or two, don't be afraid of
|
any C target we can imagine. If you run into a snag or two, don't be afraid of
|
||||||
asking for help on the forums. We love a good challenge!
|
asking for help on the forums. We love a good challenge!
|
||||||
|
|
||||||
|
|
||||||
|
*Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*
|
||||||
|
@ -186,3 +186,6 @@ test set for that module. Then, this process is repeated for the next test file.
|
|||||||
This flexibility of separating tests into individual executables allows us to
|
This flexibility of separating tests into individual executables allows us to
|
||||||
much more thoroughly unit test our system and it keeps all the test code out of
|
much more thoroughly unit test our system and it keeps all the test code out of
|
||||||
our final release!
|
our final release!
|
||||||
|
|
||||||
|
|
||||||
|
*Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*
|
||||||
|
@ -237,3 +237,6 @@ OVERALL UNITY TEST SUMMARY
|
|||||||
```
|
```
|
||||||
|
|
||||||
How convenient is that?
|
How convenient is that?
|
||||||
|
|
||||||
|
|
||||||
|
*Find The Latest of This And More at [ThrowTheSwitch.org](https://throwtheswitch.org)*
|
||||||
|
Reference in New Issue
Block a user