public InvocationLogSteps(EachContext context)
		{
			_context = context;
		}
Esempio n. 2
0
		public EachSteps(EachContext context, CollectionContext collections)
		{
			_context = context;
			_collections = collections;
		}