Skip to content

Commit e7286da

Browse files
chore: update mock server docs
1 parent 0bdc28f commit e7286da

25 files changed

+35
-35
lines changed

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/ServiceParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ internal class ServiceParamsTest {
3636
.build()
3737
}
3838

39-
@Disabled("Prism tests are disabled")
39+
@Disabled("Mock server tests are disabled")
4040
@Test
4141
fun check() {
4242
val creditService = client.credits()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/AccessTokenServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class AccessTokenServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun create() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/CamsKfintechServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class CamsKfintechServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun parse() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/CdslServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class CdslServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun parsePdf() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/ContractNoteServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class ContractNoteServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun parse() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/CreditServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.jupiter.api.Test
88

99
internal class CreditServiceAsyncTest {
1010

11-
@Disabled("Prism tests are disabled")
11+
@Disabled("Mock server tests are disabled")
1212
@Test
1313
fun check() {
1414
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/InboxServiceAsyncTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test
1313

1414
internal class InboxServiceAsyncTest {
1515

16-
@Disabled("Prism tests are disabled")
16+
@Disabled("Mock server tests are disabled")
1717
@Test
1818
fun checkConnectionStatus() {
1919
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()
@@ -28,7 +28,7 @@ internal class InboxServiceAsyncTest {
2828
response.validate()
2929
}
3030

31-
@Disabled("Prism tests are disabled")
31+
@Disabled("Mock server tests are disabled")
3232
@Test
3333
fun connectEmail() {
3434
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()
@@ -46,7 +46,7 @@ internal class InboxServiceAsyncTest {
4646
response.validate()
4747
}
4848

49-
@Disabled("Prism tests are disabled")
49+
@Disabled("Mock server tests are disabled")
5050
@Test
5151
fun disconnectEmail() {
5252
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()
@@ -61,7 +61,7 @@ internal class InboxServiceAsyncTest {
6161
response.validate()
6262
}
6363

64-
@Disabled("Prism tests are disabled")
64+
@Disabled("Mock server tests are disabled")
6565
@Test
6666
fun listCasFiles() {
6767
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/KfintechServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class KfintechServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun generateCas() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/LogServiceAsyncTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.junit.jupiter.api.Test
1111

1212
internal class LogServiceAsyncTest {
1313

14-
@Disabled("Prism tests are disabled")
14+
@Disabled("Mock server tests are disabled")
1515
@Test
1616
fun create() {
1717
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()
@@ -30,7 +30,7 @@ internal class LogServiceAsyncTest {
3030
log.validate()
3131
}
3232

33-
@Disabled("Prism tests are disabled")
33+
@Disabled("Mock server tests are disabled")
3434
@Test
3535
fun getSummary() {
3636
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

cas-parser-java-core/src/test/kotlin/com/cas_parser/api/services/async/NsdlServiceAsyncTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99

1010
internal class NsdlServiceAsyncTest {
1111

12-
@Disabled("Prism tests are disabled")
12+
@Disabled("Mock server tests are disabled")
1313
@Test
1414
fun parse() {
1515
val client = CasParserOkHttpClientAsync.builder().apiKey("My API Key").build()

0 commit comments

Comments
 (0)