|
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 87 of file test_remote_provider_metadata.cpp.
References BOOST_TEST_MESSAGE(), REMOTE_PROVIDER_METADATA::DefaultSchemaPath(), and REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | InsecureProviderUrlRejectedUnlessLoopbackExplicitlyAllowed | ) |
Definition at line 118 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | MissingAuthMetadataRejected | ) |
Definition at line 104 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | MissingPanelUrlRejected | ) |
Definition at line 152 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | OAuthProviderRequiresSessionBootstrapUrl | ) |
Definition at line 165 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | SessionBootstrapUrlMustShareOriginWithPanelUrl | ) |
Definition at line 178 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | UnsupportedCapabilityRejectedCleanly | ) |
Definition at line 138 of file test_remote_provider_metadata.cpp.
References REMOTE_PROVIDER_METADATA::FromJson().
| BOOST_AUTO_TEST_CASE | ( | ValidMetadataParses | ) |
Definition at line 69 of file test_remote_provider_metadata.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and REMOTE_PROVIDER_METADATA::FromJson().