Browse Source

Add dummy BookstoreApplicationTests class

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
29fd4a1d2e
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      bookstore/src/test/java/com/fjordtek/bookstore/BookstoreApplicationTests.java

+ 12
- 0
bookstore/src/test/java/com/fjordtek/bookstore/BookstoreApplicationTests.java View File

@ -1,8 +1,20 @@
// Pekka Helenius <fincer89@hotmail.com>, Fjordtek 2020
package com.fjordtek.bookstore;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
*
* TODO: N/A
*
* @author Pekka Helenius
*/
@RunWith(SpringRunner.class)
@SpringBootTest
class BookstoreApplicationTests {


Loading…
Cancel
Save