pub struct TestingIntegrationTool;Implementations§
Source§impl TestingIntegrationTool
impl TestingIntegrationTool
pub fn new() -> Self
Sourcepub fn generate_testing_integration_tool_attr() -> Tool
pub fn generate_testing_integration_tool_attr() -> Tool
Generated tool metadata function for generate_testing_integration
pub fn generate_testing_integration( &self, params: TestingIntegrationParams, ) -> Pin<Box<dyn Future<Output = Result<CallToolResult, AvaloniaMcpError>> + Send + '_>>
Sourcepub fn generate_ui_automation_tests_tool_attr() -> Tool
pub fn generate_ui_automation_tests_tool_attr() -> Tool
Generated tool metadata function for generate_ui_automation_tests
pub fn generate_ui_automation_tests( &self, params: UITestParams, ) -> Pin<Box<dyn Future<Output = Result<CallToolResult, AvaloniaMcpError>> + Send + '_>>
Sourcepub fn generate_mocks_and_builders_tool_attr() -> Tool
pub fn generate_mocks_and_builders_tool_attr() -> Tool
Generated tool metadata function for generate_mocks_and_builders
pub fn generate_mocks_and_builders( &self, params: MocksAndBuildersParams, ) -> Pin<Box<dyn Future<Output = Result<CallToolResult, AvaloniaMcpError>> + Send + '_>>
Sourcepub fn generate_performance_tests_tool_attr() -> Tool
pub fn generate_performance_tests_tool_attr() -> Tool
Generated tool metadata function for generate_performance_tests
pub fn generate_performance_tests( &self, params: PerformanceTestParams, ) -> Pin<Box<dyn Future<Output = Result<CallToolResult, AvaloniaMcpError>> + Send + '_>>
Trait Implementations§
Source§impl Clone for TestingIntegrationTool
impl Clone for TestingIntegrationTool
Source§fn clone(&self) -> TestingIntegrationTool
fn clone(&self) -> TestingIntegrationTool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestingIntegrationTool
impl Debug for TestingIntegrationTool
Source§impl Default for TestingIntegrationTool
impl Default for TestingIntegrationTool
Source§fn default() -> TestingIntegrationTool
fn default() -> TestingIntegrationTool
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TestingIntegrationTool
impl RefUnwindSafe for TestingIntegrationTool
impl Send for TestingIntegrationTool
impl Sync for TestingIntegrationTool
impl Unpin for TestingIntegrationTool
impl UnsafeUnpin for TestingIntegrationTool
impl UnwindSafe for TestingIntegrationTool
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