|
190 | 190 | "name":"java.net.InetSocketAddress"
|
191 | 191 | },
|
192 | 192 | {
|
193 |
| - "name":"java.net.UnixDomainSocketAddress" |
| 193 | + "name":"java.net.UnixDomainSocketAddress", |
| 194 | + "methods":[{"name":"of","parameterTypes":["java.nio.file.Path"] }] |
| 195 | +}, |
| 196 | +{ |
| 197 | + "name":"java.nio.channels.DatagramChannel", |
| 198 | + "methods":[{"name":"open","parameterTypes":["java.net.ProtocolFamily"] }] |
| 199 | +}, |
| 200 | +{ |
| 201 | + "name":"java.nio.channels.ServerSocketChannel", |
| 202 | + "methods":[{"name":"open","parameterTypes":["java.net.ProtocolFamily"] }] |
| 203 | +}, |
| 204 | +{ |
| 205 | + "name":"java.nio.channels.SocketChannel", |
| 206 | + "methods":[{"name":"open","parameterTypes":["java.net.ProtocolFamily"] }] |
194 | 207 | },
|
195 | 208 | {
|
196 | 209 | "name":"java.nio.channels.spi.AbstractSelectableChannel"
|
|
316 | 329 | "name":"org.junit.jupiter.api.Test",
|
317 | 330 | "queryAllPublicMethods":true
|
318 | 331 | },
|
| 332 | +{ |
| 333 | + "name":"org.junit.jupiter.api.TestInstance", |
| 334 | + "queryAllPublicMethods":true |
| 335 | +}, |
319 | 336 | {
|
320 | 337 | "name":"org.junit.jupiter.api.TestMethodOrder",
|
321 | 338 | "queryAllPublicMethods":true
|
|
367 | 384 | "name":"org.junit.jupiter.params.provider.EnumSource",
|
368 | 385 | "queryAllPublicMethods":true
|
369 | 386 | },
|
| 387 | +{ |
| 388 | + "name":"org.junit.jupiter.params.provider.MethodArgumentsProvider", |
| 389 | + "queryAllDeclaredMethods":true, |
| 390 | + "queryAllPublicMethods":true, |
| 391 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 392 | +}, |
| 393 | +{ |
| 394 | + "name":"org.junit.jupiter.params.provider.MethodSource", |
| 395 | + "queryAllPublicMethods":true |
| 396 | +}, |
370 | 397 | {
|
371 | 398 | "name":"org.junit.jupiter.params.support.AnnotationConsumer",
|
372 | 399 | "queryAllPublicMethods":true
|
|
573 | 600 | "queryAllDeclaredConstructors":true,
|
574 | 601 | "methods":[{"name":"<init>","parameterTypes":[] }, {"name":"testFromToBytes","parameterTypes":[] }, {"name":"testHostnameString","parameterTypes":[] }, {"name":"testHostnameStringEndsWithJunixSocket","parameterTypes":[] }, {"name":"testIsLoopbackAddress","parameterTypes":[] }]
|
575 | 602 | },
|
| 603 | +{ |
| 604 | + "name":"org.newsclub.net.unix.InterruptIssue158Test", |
| 605 | + "allDeclaredFields":true, |
| 606 | + "allDeclaredClasses":true, |
| 607 | + "queryAllDeclaredMethods":true, |
| 608 | + "queryAllPublicMethods":true, |
| 609 | + "methods":[{"name":"afterEach","parameterTypes":[] }, {"name":"beforeEach","parameterTypes":["org.junit.jupiter.api.TestInfo"] }, {"name":"clientProvider","parameterTypes":[] }, {"name":"serverProvider","parameterTypes":[] }, {"name":"testClientInterruption","parameterTypes":["boolean","org.newsclub.net.unix.InterruptIssue158Test$IOSupplier","org.newsclub.net.unix.InterruptIssue158Test$IOConsumer","java.lang.Class","java.util.function.Predicate"] }, {"name":"testClientInterruptionWithDelay","parameterTypes":["boolean","org.newsclub.net.unix.InterruptIssue158Test$IOSupplier","org.newsclub.net.unix.InterruptIssue158Test$IOConsumer","java.lang.Class","java.util.function.Predicate"] }, {"name":"testServerInterruption","parameterTypes":["org.newsclub.net.unix.InterruptIssue158Test$IOSupplier","org.newsclub.net.unix.InterruptIssue158Test$IOConsumer","java.lang.Class","java.util.function.Predicate"] }, {"name":"testServerInterruptionWithDelay","parameterTypes":["org.newsclub.net.unix.InterruptIssue158Test$IOSupplier","org.newsclub.net.unix.InterruptIssue158Test$IOConsumer","java.lang.Class","java.util.function.Predicate"] }] |
| 610 | +}, |
576 | 611 | {
|
577 | 612 | "name":"org.newsclub.net.unix.InterruptTest",
|
578 | 613 | "allDeclaredFields":true,
|
|
656 | 691 | "allDeclaredClasses":true,
|
657 | 692 | "queryAllDeclaredMethods":true,
|
658 | 693 | "queryAllPublicMethods":true,
|
659 |
| - "methods":[{"name":"testByteBufferWithPositionOffset","parameterTypes":[] }, {"name":"testDoubleBindAddressNotReusable","parameterTypes":[] }, {"name":"testDoubleBindAddressReusable","parameterTypes":[] }, {"name":"testNonBlockingConnect","parameterTypes":[] }] |
| 694 | + "methods":[{"name":"testAcceptNotBoundYet","parameterTypes":[] }, {"name":"testByteBufferWithPositionOffset","parameterTypes":[] }, {"name":"testDoubleBindAddressNotReusable","parameterTypes":[] }, {"name":"testDoubleBindAddressReusable","parameterTypes":[] }, {"name":"testNonBlockingConnect","parameterTypes":[] }, {"name":"testReadNotConnectedYet","parameterTypes":[] }, {"name":"testWriteNotConnectedYet","parameterTypes":[] }] |
660 | 695 | },
|
661 | 696 | {
|
662 | 697 | "name":"org.newsclub.net.unix.SocketClosedException"
|
|
817 | 852 | "queryAllDeclaredConstructors":true,
|
818 | 853 | "methods":[{"name":"<init>","parameterTypes":[] }, {"name":"testAncillaryReceiveBufferTooSmall","parameterTypes":[] }, {"name":"testBadFileDescriptor","parameterTypes":[] }, {"name":"testDatagramSocket","parameterTypes":[] }, {"name":"testEmptyFileDescriptorArray","parameterTypes":[] }, {"name":"testFileInputStream","parameterTypes":[] }, {"name":"testFileInputStreamPartiallyConsumed","parameterTypes":[] }, {"name":"testNoAncillaryReceiveBuffer","parameterTypes":[] }, {"name":"testNullFileDescriptorArray","parameterTypes":[] }, {"name":"testSendRecvFileDescriptors","parameterTypes":[] }]
|
819 | 854 | },
|
| 855 | +{ |
| 856 | + "name":"org.newsclub.net.unix.domain.InterruptIssue158Test", |
| 857 | + "allDeclaredFields":true, |
| 858 | + "allDeclaredClasses":true, |
| 859 | + "queryAllDeclaredMethods":true, |
| 860 | + "queryAllPublicMethods":true, |
| 861 | + "queryAllDeclaredConstructors":true, |
| 862 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 863 | +}, |
820 | 864 | {
|
821 | 865 | "name":"org.newsclub.net.unix.domain.InterruptTest",
|
822 | 866 | "allDeclaredFields":true,
|
|
905 | 949 | "queryAllDeclaredMethods":true,
|
906 | 950 | "queryAllPublicMethods":true,
|
907 | 951 | "queryAllDeclaredConstructors":true,
|
908 |
| - "methods":[{"name":"<init>","parameterTypes":[] }] |
| 952 | + "methods":[{"name":"<init>","parameterTypes":[] }, {"name":"testUnixDomainProtocolFamily","parameterTypes":[] }] |
909 | 953 | },
|
910 | 954 | {
|
911 | 955 | "name":"org.newsclub.net.unix.domain.SocketFactoryTest",
|
|
981 | 1025 | {
|
982 | 1026 | "name":"org.newsclub.net.unix.generic.AFGenericSelectorProvider"
|
983 | 1027 | },
|
| 1028 | +{ |
| 1029 | + "name":"org.newsclub.net.unix.java.InterruptIssue158Test", |
| 1030 | + "allDeclaredFields":true, |
| 1031 | + "allDeclaredClasses":true, |
| 1032 | + "queryAllDeclaredMethods":true, |
| 1033 | + "queryAllPublicMethods":true, |
| 1034 | + "queryAllDeclaredConstructors":true, |
| 1035 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 1036 | +}, |
984 | 1037 | {
|
985 | 1038 | "name":"org.newsclub.net.unix.java.InterruptTest",
|
986 | 1039 | "allDeclaredFields":true,
|
|
1007 | 1060 | "queryAllDeclaredConstructors":true,
|
1008 | 1061 | "methods":[{"name":"<init>","parameterTypes":[] }]
|
1009 | 1062 | },
|
| 1063 | +{ |
| 1064 | + "name":"org.newsclub.net.unix.java.SocketChannelTest", |
| 1065 | + "allDeclaredFields":true, |
| 1066 | + "allDeclaredClasses":true, |
| 1067 | + "queryAllDeclaredMethods":true, |
| 1068 | + "queryAllPublicMethods":true, |
| 1069 | + "queryAllDeclaredConstructors":true, |
| 1070 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 1071 | +}, |
1010 | 1072 | {
|
1011 | 1073 | "name":"org.newsclub.net.unix.java.ThroughputTest",
|
1012 | 1074 | "allDeclaredFields":true,
|
|
1016 | 1078 | "queryAllDeclaredConstructors":true,
|
1017 | 1079 | "methods":[{"name":"<init>","parameterTypes":[] }]
|
1018 | 1080 | },
|
| 1081 | +{ |
| 1082 | + "name":"org.newsclub.net.unix.jep380.InterruptIssue158Test", |
| 1083 | + "allDeclaredFields":true, |
| 1084 | + "allDeclaredClasses":true, |
| 1085 | + "queryAllDeclaredMethods":true, |
| 1086 | + "queryAllPublicMethods":true, |
| 1087 | + "queryAllDeclaredConstructors":true, |
| 1088 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 1089 | +}, |
| 1090 | +{ |
| 1091 | + "name":"org.newsclub.net.unix.jep380.SocketChannelTest", |
| 1092 | + "allDeclaredFields":true, |
| 1093 | + "allDeclaredClasses":true, |
| 1094 | + "queryAllDeclaredMethods":true, |
| 1095 | + "queryAllPublicMethods":true, |
| 1096 | + "queryAllDeclaredConstructors":true, |
| 1097 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 1098 | +}, |
1019 | 1099 | {
|
1020 | 1100 | "name":"org.newsclub.net.unix.rmi.AFRMIService",
|
1021 | 1101 | "queryAllPublicMethods":true
|
|
0 commit comments