AccountServiceTest
This commit is contained in:
parent
bf82612485
commit
c442dfb1fe
1 changed files with 16 additions and 1 deletions
|
|
@ -63,6 +63,21 @@ class AccountServiceTest {
|
||||||
@SpyBean
|
@SpyBean
|
||||||
private MockProducer<String, Object> producer;
|
private MockProducer<String, Object> producer;
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void accountCorrespondentNew() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void accountCorrespondentUpdate() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void accountCorrespondentBlock() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link AccountService#accountNewSdf01(BaseRequest)}<br>
|
* {@link AccountService#accountNewSdf01(BaseRequest)}<br>
|
||||||
* Тест проверяет создание сущности {@link BaseRequest} в Hazelcast при передаче из Apache Kafka.<br>
|
* Тест проверяет создание сущности {@link BaseRequest} в Hazelcast при передаче из Apache Kafka.<br>
|
||||||
|
|
@ -74,7 +89,7 @@ class AccountServiceTest {
|
||||||
* {@link AccountSdf01Request#setAccounts} - Collections.singletonList(AccountSdfRequestPart)<br>
|
* {@link AccountSdf01Request#setAccounts} - Collections.singletonList(AccountSdfRequestPart)<br>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
void accountNew() throws InterruptedException {
|
void accountSdf01New() throws InterruptedException {
|
||||||
//ARRANGE
|
//ARRANGE
|
||||||
Long firstID = currentID.getAndIncrement();
|
Long firstID = currentID.getAndIncrement();
|
||||||
Long secondID = currentID.getAndIncrement();
|
Long secondID = currentID.getAndIncrement();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue