Property | Type | Description | |
---|---|---|---|
Age | int | ||
Name | string |
Method | Description | |
---|---|---|
DoSomethingWith ( string name, int age ) : void | ||
MethodThatDoesNothing ( ) : void | ||
MethodThatThrowsException ( ) : void |
Method | Description | |
---|---|---|
DoSomethingUsingContextAndAddress ( string name, ITestContext context, Address address ) : void | ||
DoSomethingWith2 ( string name, int age ) : void |
public DoSomethingWith ( string name, int age ) : void | ||
name | string | |
age | int | |
return | void |