|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (ValidMetadataParses) | |
| BOOST_AUTO_TEST_CASE (DefaultSchemaPathParsesWhenSchemaIsStaged) | |
| BOOST_AUTO_TEST_CASE (MissingAuthMetadataRejected) | |
| BOOST_AUTO_TEST_CASE (InsecureProviderUrlRejectedUnlessLoopbackExplicitlyAllowed) | |
| BOOST_AUTO_TEST_CASE (UnsupportedCapabilityRejectedCleanly) | |
| BOOST_AUTO_TEST_CASE (MissingPanelUrlRejected) | |
| BOOST_AUTO_TEST_CASE (OAuthProviderRequiresSessionBootstrapUrl) | |
| BOOST_AUTO_TEST_CASE (SessionBootstrapUrlMustShareOriginWithPanelUrl) | |
| BOOST_AUTO_TEST_CASE | ( | DefaultSchemaPathParsesWhenSchemaIsStaged | ) |
Definition at line 91 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | InsecureProviderUrlRejectedUnlessLoopbackExplicitlyAllowed | ) |
Definition at line 114 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | MissingAuthMetadataRejected | ) |
Definition at line 100 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | MissingPanelUrlRejected | ) |
Definition at line 148 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | OAuthProviderRequiresSessionBootstrapUrl | ) |
Definition at line 161 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | SessionBootstrapUrlMustShareOriginWithPanelUrl | ) |
Definition at line 174 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | UnsupportedCapabilityRejectedCleanly | ) |
Definition at line 134 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | ValidMetadataParses | ) |
Definition at line 73 of file test_remote_provider_metadata.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and REMOTE_PROVIDER_METADATA::FromJson().