Skip to main content

stern4rust/rules/testing/
mod.rs

1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
4
5pub mod arrange_act_assert_rule;
6pub mod test_file_structure_rule;
7pub mod test_naming_rule;
8pub mod tested_public_api_rule;