azure-sdk-for-cpp/sdk/storage/azure-storage-common/test
JinmingHu 9c7d4c61e4
move stuff from _details to _internal for storage-common package (#1912)
closes https://github.com/Azure/azure-sdk-for-cpp/issues/1869


# Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the [contributing guide](https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md#pull-requests).

- [x] [C++ Guidelines](https://azure.github.io/azure-sdk/cpp_introduction.html)
- [x] Doxygen docs
- [x] Unit tests
- [x] No unwanted commits/changes
- [x] Descriptive title/description
  - [x] PR is single purpose
  - [x] Related issue listed
- [x] Comments in source
- [x] No typos
- [x] Update changelog
- [x] Not work-in-progress
- [x] External references or docs updated
- [x] Self review of PR done
- [x] Any breaking changes?
2021-03-16 06:55:13 +00:00
..
bearer_token_test.cpp use #include <> instead of #include "" for header files not in current package (#1243) 2020-12-23 22:03:17 +08:00
crypt_functions_test.cpp move stuff from _details to _internal for storage-common package (#1912) 2021-03-16 06:55:13 +00:00
metadata_test.cpp use #include <> instead of #include "" for header files not in current package (#1243) 2020-12-23 22:03:17 +08:00
storage_credential_test.cpp move stuff from _details to _internal for storage-common package (#1912) 2021-03-16 06:55:13 +00:00
test_base.cpp Move URL to CORE (#1840) 2021-03-10 23:29:35 -08:00
test_base.hpp Moved the Base64Encode() and Base64Decode() functions to be static members of a Convert class within the Azure::Core namespace. (#1870) 2021-03-11 12:39:51 -08:00