Beispiel #1
0
 /// <summary>
 /// Gets the registered modules related to this <see cref="ModuleInvocation"/> instance.
 /// </summary>
 public static IReadOnlyList <Type> GetRelatedModules(this ModuleInvocation src) => RelatedModules[src ?? throw new ArgumentNullException(nameof(src))];
Beispiel #2
0
 public void SetupFixture() => Invocation = GetModuleInvocation();