Skip to content

Commit 4c2afbd

Browse files
Updated the unit test documentation to reflect the transition to PW. (#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>
1 parent 6cac695 commit 4c2afbd

File tree

2 files changed

+316
-54
lines changed

2 files changed

+316
-54
lines changed

docs/guides/openiotsdk_unit_tests.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tests that are located in the `test` directory, e.g. `src/inet/tests`. Those
66
sources are built as a static library that can be linked to the unit test
77
application separately or as a monolithic test library. The common Matter test
88
library collects all test cases and provides the engine based on
9-
[Nest Labs Unit Test](https://github.com/nestlabs/nlunit-test) to run them in
10-
the application.
9+
[Pigweed Unit Test](https://pigweed.dev/pw_unit_test) to run them in the
10+
application.
1111

1212
The Open IoT SDK unit tests implementation are located in the
1313
`src/test_driver/openiotsdk/unit-tests` directory. This project builds a
@@ -27,6 +27,7 @@ ChipCryptoTests
2727
CoreTests
2828
CredentialsTest
2929
DataModelTests
30+
ICDServerTests
3031
InetLayerTests
3132
MdnsTests
3233
MessagingLayerTests
@@ -41,7 +42,6 @@ SetupPayloadTests
4142
SupportTests
4243
SystemLayerTests
4344
TestShell
44-
TransportLayerTests
4545
UserDirectedCommissioningTests
4646
```
4747

0 commit comments

Comments
 (0)