예제 #1
0
 public static IEnumerable <Email> EnqueuedEmails(this ITestFixture fixture) =>
 fixture.EnqueuedJobs <EmailJob>().Select(x => x.Email);