临河任务调度
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.

SampleRepository_Tests.cs 402B

4 kuukautta sitten
12345678910111213
  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. }