コード例 #1
0
 internal Verifiers(WeatherServiceMock parent)
 {
     this.parent = parent;
 }
コード例 #2
0
 internal Handlers(WeatherServiceMock parent)
 {
     this.parent = parent;
 }
コード例 #3
0
 internal CountCalls(WeatherServiceMock parent)
 {
     this.parent = parent;
 }
コード例 #4
0
 internal CountCallsMethods(WeatherServiceMock parent, int position)
 {
     this.parent   = parent;
     this.position = position;
 }
コード例 #5
0
 internal CountCallerMethods(WeatherServiceMock parent, int count)
 {
     this.parent = parent;
     this.count  = count;
 }