Skip to content

Testing

Running Tests

```bash dotnet test ```

Test Structure

  • Unit tests in *.Tests projects
  • Integration tests use in-memory database
  • Follow ABP testing patterns

See ABP documentation for testing best practices.