File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 933
933
NitricOxideConcentrationMeasurement
934
934
NitrogenDioxideConcentrationMeasurement
935
935
nl
936
+ nltest
936
937
NLUnitTest
937
938
NLUnitTests
938
939
nmcli
@@ -1493,6 +1494,7 @@ utils
1493
1494
UUID
1494
1495
ux
1495
1496
validator
1497
+ valgrind
1496
1498
vcom
1497
1499
VCP
1498
1500
Vectorcall
Original file line number Diff line number Diff line change 3
3
There are several test utilities that can be used to simulate or force behavior
4
4
on devices for the purposes of testing.
5
5
6
- When using any of these utilties it is important to inject the errors at the
6
+ When using any of these utilities it is important to inject the errors at the
7
7
point where they are running through the MOST code that they can.
8
8
9
9
If the cluster uses the [ ClusterLogic] ( ./unit_testing_clusters.md ) pattern, this
@@ -53,8 +53,8 @@ To use NamedPipes
53
53
- Derive from NamedPipeCommandDelegate
54
54
- Implement the OnEventCommandReceived(const char \* json) function
55
55
- Instantiate and start a NamedPipeCommands object to receive commands and
56
- pass in the NamedPipeCommandDelegate and a file path basename
57
- - (while running) Write to the file (basename_pid ) to trigger the actions
56
+ pass in the NamedPipeCommandDelegate and a file path base name
57
+ - (while running) Write to the file (baseName_pid ) to trigger the actions
58
58
59
59
For a good example, see Air Quality:
60
60
You can’t perform that action at this time.
0 commit comments