aws_smithy_runtime/
test_util.rs

1
2
3
4
5
6
7
8
9
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

/// Utility for capturing and displaying logs during a unit test.
pub mod capture_test_logs;

mod assertions;