pub struct TestingMaturity {
pub has_tests: bool,
pub unit_test_files: usize,
pub integration_test_files: usize,
pub test_function_count: usize,
pub testing_structure: String,
pub score: u8,
}Fields§
§has_tests: bool§unit_test_files: usize§integration_test_files: usize§test_function_count: usize§testing_structure: String§score: u8Trait Implementations§
impl AnalysisSection for TestingMaturity
Source§impl Analyzer<TestingMaturity> for TestingAnalyzer
impl Analyzer<TestingMaturity> for TestingAnalyzer
fn analyze(&self, snapshot: &RepositorySnapshot) -> TestingMaturity
Source§impl Clone for TestingMaturity
impl Clone for TestingMaturity
Source§fn clone(&self) -> TestingMaturity
fn clone(&self) -> TestingMaturity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TestingMaturity
impl RefUnwindSafe for TestingMaturity
impl Send for TestingMaturity
impl Sync for TestingMaturity
impl Unpin for TestingMaturity
impl UnsafeUnpin for TestingMaturity
impl UnwindSafe for TestingMaturity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more