Esempio n. 1
0
 @Test
 public void findAllPublishedArticle() {
   assertThat(articleRepository.findAllPublishedArticle())
       .hasSize(1)
       .extracting("title")
       .containsExactly("title");
 }