Module io.ebean.test
Package io.ebean.test
-
Class Summary Class Description 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 is as expected.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.Json Helper to convert to and from json using Jackson object mapper and perform some useful asserts based on json content.Json.Resource For reading resource json content into a bean, list or jsonNode in a fluid style.LoggedSql Provides access to the messages logged toio.ebean.SQL.UserContext Use in test code when the CurrentUserProvider and/or CurrentTenantProvider were configured by this ebean-test-config plugin.