|
15 | 15 | import java.io.File;
|
16 | 16 | import java.util.regex.Pattern;
|
17 | 17 |
|
18 |
| -/** |
19 |
| - * This class is generated by {@link kotlinx.rpc.codegen.test.GenerateTestsKt}. DO NOT MODIFY MANUALLY |
20 |
| - */ |
| 18 | +/** This class is generated by {@link kotlinx.rpc.codegen.test.GenerateTestsKt}. DO NOT MODIFY MANUALLY */ |
21 | 19 | @SuppressWarnings("all")
|
22 | 20 | @TestMetadata("src/testData/diagnostics")
|
23 | 21 | @TestDataPath("$PROJECT_ROOT")
|
24 | 22 | public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
25 |
| - @Test |
26 |
| - public void testAllFilesPresentInDiagnostics() { |
27 |
| - KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("src/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true); |
28 |
| - } |
29 |
| - |
30 |
| - @Test |
31 |
| - @TestMetadata("checkedAnnotation.kt") |
32 |
| - public void testCheckedAnnotation() { |
33 |
| - runTest("src/testData/diagnostics/checkedAnnotation.kt"); |
34 |
| - } |
35 |
| - |
36 |
| - @Test |
37 |
| - @TestMetadata("grpc.kt") |
38 |
| - public void testGrpc() { |
39 |
| - runTest("src/testData/diagnostics/grpc.kt"); |
40 |
| - } |
41 |
| - |
42 |
| - @Test |
43 |
| - @TestMetadata("rpcChecked.kt") |
44 |
| - public void testRpcChecked() { |
45 |
| - runTest("src/testData/diagnostics/rpcChecked.kt"); |
46 |
| - } |
47 |
| - |
48 |
| - @Test |
49 |
| - @TestMetadata("rpcService.kt") |
50 |
| - public void testRpcService() { |
51 |
| - runTest("src/testData/diagnostics/rpcService.kt"); |
52 |
| - } |
53 |
| - |
54 |
| - @Test |
55 |
| - @TestMetadata("strictMode.kt") |
56 |
| - public void testStrictMode() { |
57 |
| - runTest("src/testData/diagnostics/strictMode.kt"); |
58 |
| - } |
59 |
| - |
60 |
| - @Test |
61 |
| - @TestMetadata("withCodec.kt") |
62 |
| - public void testWithCodec() { |
63 |
| - runTest("src/testData/diagnostics/withCodec.kt"); |
64 |
| - } |
| 23 | + @Test |
| 24 | + public void testAllFilesPresentInDiagnostics() { |
| 25 | + KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("src/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true); |
| 26 | + } |
| 27 | + |
| 28 | + @Test |
| 29 | + @TestMetadata("checkedAnnotation.kt") |
| 30 | + public void testCheckedAnnotation() { |
| 31 | + runTest("src/testData/diagnostics/checkedAnnotation.kt"); |
| 32 | + } |
| 33 | + |
| 34 | + @Test |
| 35 | + @TestMetadata("grpc.kt") |
| 36 | + public void testGrpc() { |
| 37 | + runTest("src/testData/diagnostics/grpc.kt"); |
| 38 | + } |
| 39 | + |
| 40 | + @Test |
| 41 | + @TestMetadata("rpcChecked.kt") |
| 42 | + public void testRpcChecked() { |
| 43 | + runTest("src/testData/diagnostics/rpcChecked.kt"); |
| 44 | + } |
| 45 | + |
| 46 | + @Test |
| 47 | + @TestMetadata("rpcService.kt") |
| 48 | + public void testRpcService() { |
| 49 | + runTest("src/testData/diagnostics/rpcService.kt"); |
| 50 | + } |
| 51 | + |
| 52 | + @Test |
| 53 | + @TestMetadata("strictMode.kt") |
| 54 | + public void testStrictMode() { |
| 55 | + runTest("src/testData/diagnostics/strictMode.kt"); |
| 56 | + } |
| 57 | + |
| 58 | + @Test |
| 59 | + @TestMetadata("withCodec.kt") |
| 60 | + public void testWithCodec() { |
| 61 | + runTest("src/testData/diagnostics/withCodec.kt"); |
| 62 | + } |
65 | 63 | }
|
0 commit comments