Package data

  • Class Summary 
    Class Description
    TestCRUD
    Tests Create, Read, Update, Delete operations through the Hibernate ORM, using parameters from provided .json files.
    TestDeserializationPersistence<R extends NessusResponse>
    Tests the pipeline from deserialization into persistence, and then fetching back out of the database, to ensure the re-constituted entity matches the originally deserialized entity
    https://www.guru99.com/junit-parameterized-test.html#:~:text=What%20is%20Parameterized%20Test%20in,their%20inputs%20and%20expected%20results.
    TestMultiTypeWrapper
    Tests the multi-type wrapper logic