메소드 | 설명 | |
---|---|---|
Times ( this handler, int times ) : void | ||
WithBody ( this handler, IResolveConstraint constraint ) : void | ||
WithBody ( this handler, string expectedBody ) : void | ||
WithHeader ( this handler, string header, IResolveConstraint match ) : void |
public static Times ( this handler, int times ) : void | ||
handler | this | |
times | int | |
리턴 | void |
public static WithBody ( this handler, IResolveConstraint constraint ) : void | ||
handler | this | |
constraint | IResolveConstraint | |
리턴 | void |
public static WithBody ( this handler, string expectedBody ) : void | ||
handler | this | |
expectedBody | string | |
리턴 | void |
public static WithHeader ( this handler, string header, IResolveConstraint match ) : void | ||
handler | this | |
header | string | |
match | IResolveConstraint | |
리턴 | void |