-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Refactor chip::app::Testing namespace to chip::Testing
#42303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
e9c169c
Initial commit
LyudmilaKostanyan 6414608
Refactor test context usage in various cluster tests to use `chip::Te…
LyudmilaKostanyan 68984b6
Refactor test cases to use `SetMockNodeConfig` directly from the `Tes…
LyudmilaKostanyan b4422e2
Refactor ClusterTester.h
LyudmilaKostanyan c12489b
Update test files to consistently use `chip::Testing` namespace for t…
LyudmilaKostanyan c359e0d
Update references from `chip::Test` to `chip::Testing` across multipl…
LyudmilaKostanyan 0cfb408
Refactor test files to replace all instances of `chip::Test` with `ch…
LyudmilaKostanyan 9570e72
Refactor AppTestContext.h
LyudmilaKostanyan d85f7fd
Refactor test-interaction-model-api.h for improved readability and co…
LyudmilaKostanyan de1924b
Refactor MessagingContext.h to improve code readability
LyudmilaKostanyan 9a113e8
Refactor test files to replace all instances of `chip::Test` with `ch…
LyudmilaKostanyan c122560
Refactor LoopbackTransport and IOContext classes for improved readabi…
LyudmilaKostanyan efc97f1
Refactor test files to consistently use `chip::Testing` namespace, en…
LyudmilaKostanyan 4cc2e41
Refactor ICDConfigurationData and related test access class to consis…
LyudmilaKostanyan 35f76df
Update test files to consistently use `chip::Testing` namespace, enha…
LyudmilaKostanyan 216a13a
Refactor test files to consistently use `chip::Testing` namespace, im…
LyudmilaKostanyan 41623d2
Refactor test files to replace all instances of `chip::Test` with `ch…
LyudmilaKostanyan 384419f
Refactor attribute-storage.cpp to replace `namespace Test` with `name…
LyudmilaKostanyan 0da984f
Restyled by whitespace
restyled-commits 12e1918
Restyled by clang-format
restyled-commits f37e492
Remove unnecessary `using namespace chip::Testing;` from TestRead.cpp…
LyudmilaKostanyan e611b60
Update TestMessagingLayer to use `chip::Testing` namespace for consis…
LyudmilaKostanyan df61fd4
Restyled by clang-format
restyled-commits 9a8f92f
Refactor test files to consistently use `DispatchCount` and `GetLastD…
LyudmilaKostanyan b40a302
Refactor test-ember-api.h to improve namespace formatting and enhance…
LyudmilaKostanyan e34a008
Refactor TestExchange to use `Testing::LoopbackMessagingContext` dire…
LyudmilaKostanyan af62f49
Update src/app/util/mock/attribute-storage.cpp
LyudmilaKostanyan e06f2de
Restyled by clang-format
restyled-commits aa53b2c
Refactor TestPASESession to directly use `Testing::LoopbackMessagingC…
LyudmilaKostanyan 00531d3
Refactor TestCodegenModelViaMocks to use `Protocols::InteractionModel…
LyudmilaKostanyan ecb5bdd
Refactor MockNodeConfig to improve code consistency by replacing `int…
LyudmilaKostanyan 4734e1b
Refactor DataModelFixtures to use `Testing::MockClusterId` and `Testi…
LyudmilaKostanyan e0bf98b
Refactor TestAclEvent to improve namespace usage and enhance consiste…
LyudmilaKostanyan 28be38c
Restyled by clang-format
restyled-commits a3b4624
Remove redundant namespace declaration in attribute-storage.cpp to im…
LyudmilaKostanyan 0f6e2c8
Merge branch 'master' into RefactoringNamespaces
LyudmilaKostanyan 5dbac2e
Merge branch 'master' into RefactoringNamespaces
LyudmilaKostanyan 81f1e3f
Refactor test namespaces for consistency across network commissioning…
LyudmilaKostanyan c19592e
Refactor `DataModelFixtures.h `
LyudmilaKostanyan 74c2c1a
Restyled by clang-format
restyled-commits 37f6101
Remove unused includes in `TestResourceMonitoringCluster.cpp`
LyudmilaKostanyan 7b8dc94
Merge branch 'master' into RefactoringNamespaces
LyudmilaKostanyan ab5f792
Merge branch 'master' into RefactoringNamespaces
LyudmilaKostanyan 9cdea0c
Merge branch 'master' into RefactoringNamespaces
LyudmilaKostanyan 8512f79
Refactor namespace usage in `Group Key Management Cluster` tests
LyudmilaKostanyan f767b62
Refactor namespace, initial commit
LyudmilaKostanyan 8e83213
Refactor: Move `chip::app::Testing` to `chip::Testing`
LyudmilaKostanyan e83f82d
Merge branch 'master' into Namespaces
LyudmilaKostanyan cd71bae
Restyled by clang-format
restyled-commits 71cb499
Refactor: Remove redundant `using namespace chip::Testing;` from `Tes…
LyudmilaKostanyan f4d8e99
Merge branch 'master' into Namespaces
LyudmilaKostanyan e741d79
Merge branch 'master' into Namespaces
andy31415 afa05ac
Merge branch 'master' into Namespaces
LyudmilaKostanyan e7891c7
Merge branch 'master' into Namespaces
LyudmilaKostanyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.