AccountServiceTest

This commit is contained in:
akulikov 2023-04-24 12:56:08 +03:00
parent bf82612485
commit c442dfb1fe

View file

@ -63,6 +63,21 @@ class AccountServiceTest {
@SpyBean
private MockProducer<String, Object> producer;
@Test
void accountCorrespondentNew() {
}
@Test
void accountCorrespondentUpdate() {
}
@Test
void accountCorrespondentBlock() {
}
/**
* {@link AccountService#accountNewSdf01(BaseRequest)}<br>
* Тест проверяет создание сущности {@link BaseRequest} в Hazelcast при передаче из Apache Kafka.<br>
@ -74,7 +89,7 @@ class AccountServiceTest {
* {@link AccountSdf01Request#setAccounts} - Collections.singletonList(AccountSdfRequestPart)<br>
*/
@Test
void accountNew() throws InterruptedException {
void accountSdf01New() throws InterruptedException {
//ARRANGE
Long firstID = currentID.getAndIncrement();
Long secondID = currentID.getAndIncrement();