source: src/test/java/com/example/cookbook/CookbookApplicationTests.java@ 3e572eb

Last change on this file since 3e572eb was 3e572eb, checked in by Blazho <aleksandar.blazhevski@…>, 5 months ago

Posetitelot odbira recept od listata recepti zavrsheno (https://develop.finki.ukim.mk/projects/cbdb/wiki/useCase12)

  • Property mode set to 100644
File size: 223 bytes
Line 
1package com.example.cookbook;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6@SpringBootTest
7class CookbookApplicationTests {
8
9 @Test
10 void contextLoads() {
11 }
12
13}
Note: See TracBrowser for help on using the repository browser.