Bumblebee.IntegrationTests.Shared.Sessions.DerivedSessionWithWrongArgs.DerivedSessionWithWrongArgs C# (CSharp) Method

DerivedSessionWithWrongArgs() public method

public DerivedSessionWithWrongArgs ( IDriverEnvironment environment, IMonkey monkey ) : Bumblebee.Interfaces
environment IDriverEnvironment
monkey IMonkey
return Bumblebee.Interfaces
		public DerivedSessionWithWrongArgs(IDriverEnvironment environment, IMonkey monkey) : base(environment)
		{
			Monkey = monkey;
		}
	}
DerivedSessionWithWrongArgs