14 lines
392 B
C#
14 lines
392 B
C#
|
|
using JiShe.CollectBus.Samples;
|
|||
|
|
using Xunit;
|
|||
|
|
|
|||
|
|
namespace JiShe.CollectBus.MongoDB.Samples;
|
|||
|
|
|
|||
|
|
[Collection(MongoTestCollection.Name)]
|
|||
|
|
public class SampleRepository_Tests : SampleRepository_Tests<CollectBusMongoDbTestModule>
|
|||
|
|
{
|
|||
|
|
/* Don't write custom repository tests here, instead write to
|
|||
|
|
* the base class.
|
|||
|
|
* One exception can be some specific tests related to MongoDB.
|
|||
|
|
*/
|
|||
|
|
}
|