RunEnvironmentInfoSubject¶
RunEnvironmentInfoSubject.environment¶
RunEnvironmentInfoSubject.environment()
Creates a DictSubject to assert on the environment dict.
Method: RunEnvironmentInfoSubject.environment
- RETURNS ¶
DictSubjectof the str->str environment map.
RunEnvironmentInfoSubject.inherited_environment¶
RunEnvironmentInfoSubject.inherited_environment()
Creates a CollectionSubject to assert on the inherited_environment list.
Method: RunEnvironmentInfoSubject.inherited_environment
- RETURNS ¶
CollectionSubjectofstr; from the [RunEnvironmentInfo.inherited_environment] list.
RunEnvironmentInfoSubject.new¶
RunEnvironmentInfoSubject.new(info, meta)
Creates a new RunEnvironmentInfoSubject
Method: RunEnvironmentInfoSubject.new
PARAMETERS ¶
- info¶:
([
RunEnvironmentInfo]) provider instance.- meta¶:
(
ExpectMeta) of call chain information.