コード例 #1
0
		public ObjectCollectionSteps(CollectionContext context, ErrorContext errorContext)
		{
			_context = context;
			_errorContext = errorContext;
		}
コード例 #2
0
		public ObjectSetSteps(CollectionContext context)
		{
			_context = context;
		}
コード例 #3
0
		public EachSteps(EachContext context, CollectionContext collections)
		{
			_context = context;
			_collections = collections;
		}