Headless CMS and Content Managment Hub
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.
 
 
 
 
 

33 lines
920 B

#pragma warning disable
// Auto-generated code
namespace Squidex.EntityFramework.TestHelpers;
[CollectionDefinition(Name)]
public sealed class Postgres{{Name}}FixtureCollection : ICollectionFixture<Postgres{{Name}}Fixture>
{
public const string Name = "Postgres{{Name}}";
}
public sealed class Postgres{{Name}}Fixture() : PostgresFixture("squidex-postgres-{{Label}}")
{
}
[CollectionDefinition(Name)]
public sealed class MySql{{Name}}FixtureCollection : ICollectionFixture<MySql{{Name}}Fixture>
{
public const string Name = "MySql{{Name}}";
}
public sealed class MySql{{Name}}Fixture() : MySqlFixture("squidex-mysql-{{Label}}")
{
}
[CollectionDefinition(Name)]
public sealed class SqlServer{{Name}}FixtureCollection : ICollectionFixture<SqlServer{{Name}}Fixture>
{
public const string Name = "SqlServer{{Name}}";
}
public sealed class SqlServer{{Name}}Fixture() : SqlServerFixture("squidex-mssql-{{Label}}")
{
}