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

11 line
235B

  1. using Himp.TaskScheduling.Samples;
  2. using Xunit;
  3. namespace Himp.TaskScheduling.MongoDB.Domains;
  4. [Collection(MongoTestCollection.Name)]
  5. public class MongoDBSampleDomain_Tests : SampleManager_Tests<TaskSchedulingMongoDbTestModule>
  6. {
  7. }