test: NBP service test outline
This commit is contained in:
parent
ef5125fb0d
commit
2e4ca845f8
1 changed files with 32 additions and 0 deletions
32
src/test/java/eu/ztsh/wymiana/service/NbpServiceTest.java
Normal file
32
src/test/java/eu/ztsh/wymiana/service/NbpServiceTest.java
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
package eu.ztsh.wymiana.service;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
class NbpServiceTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void getFetchDateOnWorkingDayTest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void getFetchDateOnWeekendTest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void getWithoutCacheTest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void getWithCacheTest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void getInvalidCurrencyTest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue