| CapturingLoggerFactory |
Create a logger that captures the SQL and register it for later access in tests.
|
| DbJson |
Helper for testing to assert that the JSON form of an entity
or list of entities match a String / typically test resource.
|
| DbJson.PrettyJson |
Contains the JSON of beans(s).
|
| ForTests |
Helper methods for testing.
|
| ForTests.RollbackAll |
A wrapping transaction used in test code to rollback all changes.
|
| LoggedSql |
Provides access to the messages logged to io.ebean.SQL.
|
| UserContext |
Use in test code when the CurrentUserProvider and/or CurrentTenantProvider were configured by
this ebean-test-config plugin.
|