|
- using Himp.TaskScheduling.Samples;
- using Xunit;
-
- namespace Himp.TaskScheduling.MongoDB.Samples;
-
- [Collection(MongoTestCollection.Name)]
- public class SampleRepository_Tests : SampleRepository_Tests<TaskSchedulingMongoDbTestModule>
- {
- /* Don't write custom repository tests here, instead write to
- * the base class.
- * One exception can be some specific tests related to MongoDB.
- */
- }
|