aws_smithy_runtime/
test_util.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/// Utility for capturing and displaying logs during a unit test.
7pub mod capture_test_logs;
8
9mod assertions;