Class SongsCustomRepositoryNTest

java.lang.Object
info.ejava.examples.db.jpa.songs.repo.SongsCustomRepositoryNTest

@SpringBootTest(classes=NTestConfiguration.class, properties="db.populate=false") @ActiveProfiles(resolver=TestProfileResolver.class) @Tag("springboot") @DisplayName("Repository Custom Methods") public class SongsCustomRepositoryNTest extends Object
  • Field Details

  • Constructor Details

    • SongsCustomRepositoryNTest

      public SongsCustomRepositoryNTest()
  • Method Details

    • populate

      @BeforeEach void populate()
    • custom_extension

      @Test void custom_extension()