临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
402B

  1. using Himp.TaskScheduling.Samples;
  2. using Xunit;
  3. namespace Himp.TaskScheduling.MongoDB.Samples;
  4. [Collection(MongoTestCollection.Name)]
  5. public class SampleRepository_Tests : SampleRepository_Tests<TaskSchedulingMongoDbTestModule>
  6. {
  7. /* Don't write custom repository tests here, instead write to
  8. * the base class.
  9. * One exception can be some specific tests related to MongoDB.
  10. */
  11. }