Skip to content

Commit

Permalink
Updated the unit test documentation to reflect the transition to PW. (#…
Browse files Browse the repository at this point in the history
…33492)

* Revised unit testing documentation to refer to PW tests.

* Documentation update

* More doc updates

* More doc updates

* More doc updates

* More doc updates

* More doc updates

* More doc updates

* Updated documentation to reflect PW

* Fixed spelling error

* Replaced gtest.h include.

* Modified MessagingContext and its subclasses as well as AppContext to reflect PW migration.

* Undid last commit.

* Undid last commit.

* Undid last commit.

* Restyled by prettier-markdown

* Changed the includes to be consistent.

* Cleaned up example code comments

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Aug 27, 2024
1 parent 726fc8d commit 99c9bcb
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 54 deletions.
6 changes: 3 additions & 3 deletions docs/guides/openiotsdk_unit_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tests that are located in the `test` directory, e.g. `src/inet/tests`. Those
sources are built as a static library that can be linked to the unit test
application separately or as a monolithic test library. The common Matter test
library collects all test cases and provides the engine based on
[Nest Labs Unit Test](https://github.com/nestlabs/nlunit-test) to run them in
the application.
[Pigweed Unit Test](https://pigweed.dev/pw_unit_test) to run them in the
application.

The Open IoT SDK unit tests implementation are located in the
`src/test_driver/openiotsdk/unit-tests` directory. This project builds a
Expand All @@ -27,6 +27,7 @@ ChipCryptoTests
CoreTests
CredentialsTest
DataModelTests
ICDServerTests
InetLayerTests
MdnsTests
MessagingLayerTests
Expand All @@ -41,7 +42,6 @@ SetupPayloadTests
SupportTests
SystemLayerTests
TestShell
TransportLayerTests
UserDirectedCommissioningTests
```

Expand Down
Loading

0 comments on commit 99c9bcb

Please sign in to comment.