CreateAndFake:AC#类库,用于处理模拟,测试数据生成和验证

时间:2024-04-02 20:27:43
【文件属性】:

文件名称:CreateAndFake:AC#类库,用于处理模拟,测试数据生成和验证

文件大小:295KB

文件格式:ZIP

更新时间:2024-04-02 20:27:43

testing mock data clone random

创建和伪造 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


网友评论