elsa-core/test/integration/Elsa.Core.IntegrationTests/Autofixture
Craig Fowler fa7601ca1a WIP #751 - Add integration test for using Postgres
From this commit onwards, in order to run all of the tests, you
must now have postgresql installed and running on your dev
environment.  The credentials/config is:
* Database name: elsa-yessql
* Username: postgres (this is the default anyway)
* Password: Password12! (this matches AppVeyor's postgres password)
* Port: 5432 (this is the default anyway)
2021-04-07 20:38:13 +01:00
..
StubElsaContextAttribute.cs Resolve #748 - Test coverage for EF Db Contexts 2021-03-13 15:21:44 +00:00
WithCommonTemporalActivitiesAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithDuplicateActivitiesWorkflowAttribute.cs Cleanup 2021-04-07 13:13:13 +02:00
WithEntityFrameworkAttribute.cs WIP composing customize attributes 2021-04-02 11:12:21 +01:00
WithHangfireAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithJavaScriptExpressionsAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithMongoDbAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithPersistableWorkflowAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithPostgresYesSqlAttribute.cs WIP #751 - Add integration test for using Postgres 2021-04-07 20:38:13 +01:00
WithQuartzAttribute.cs Complete refactoring for composable attributes 2021-04-02 11:41:06 +01:00
WithSqliteYesSqlAttribute.cs WIP composing customize attributes 2021-04-02 11:12:21 +01:00