临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TaskSchedulingMongoDbTestBase.cs 294B

пре 4 месеци
123456789
  1. namespace Himp.TaskScheduling.MongoDB;
  2. /* This class can be used as a base class for MongoDB integration tests,
  3. * while SampleRepository_Tests uses a different approach.
  4. */
  5. public abstract class TaskSchedulingMongoDbTestBase : TaskSchedulingTestBase<TaskSchedulingMongoDbTestModule>
  6. {
  7. }