创建和伪造 AC#类库,用于处理模拟,测试数据生成和验证。 旨在快速,轻松地处理大量测试设置,以便开发人员可以专注于要测试的行为,从而使测试的开发和维护更加容易: // xUnit attributes used to automatically create the parameters. [ Theory , RandomData ] internal static void TestGetMovieDirectors ( [ Fake ] IStorage db , Endpoint api , [ Size ( 2 )] Details [] movies ) { // Setup fake behavior using randomized movie data (times optional). db . Find ( movies [ 0 ]. N