Class SongsServiceNTest

java.lang.Object
info.ejava.examples.db.jpa.songs.svc.SongsServiceNTest

@SpringBootTest(classes=NTestConfiguration.class, properties="db.populate=false") @ActiveProfiles(resolver=TestProfileResolver.class) @Tag("springboot") @DisplayName("Songs Service NTest") public class SongsServiceNTest extends Object
  • Field Details

  • Constructor Details

    • SongsServiceNTest

      public SongsServiceNTest()
  • Method Details

    • init

      @BeforeEach void init()
    • thenSongsEqual

      void thenSongsEqual(SongDTO result, SongDTO expected)
    • create_song

      @Test void create_song()
    • get_song_exists

      @Test void get_song_exists()
    • get_song_not_exist

      @Test void get_song_not_exist()
    • get_songs

      @Test void get_songs()
    • delete_song

      @Test void delete_song()