chore(deps): Update dependency io.leangen.geantyref:geantyref to v2 #769
GitHub Actions / Test Results
failed
Sep 11, 2024 in 0s
2 fail, 419 pass in 10s
Annotations
Check warning on line 0 in org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest
github-actions / Test Results
test() (org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest) failed
artifacts/Test Results/cloud-kotlin/cloud-kotlin-coroutines/build/test-results/test/TEST-org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest.xmlβ[took 0s]
Raw output
java.lang.UnsupportedClassVersionError: io/leangen/geantyref/TypeToken has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest$test$1.invokeSuspend(SuspendingHandlerTest.kt:45)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest.test(SuspendingHandlerTest.kt:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:766)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:124)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:99)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:94)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
at com.sun.proxy.$Proxy4.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Check warning on line 0 in org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest
github-actions / Test Results
test() (org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest) failed
artifacts/Test Results/cloud-kotlin/cloud-kotlin-coroutines/build/test-results/test/TEST-org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest.xmlβ[took 0s]
Raw output
java.lang.UnsupportedClassVersionError: io/leangen/geantyref/TypeToken has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at org.incendo.cloud.parser.ParserDescriptor.of(ParserDescriptor.java:173)
at org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest$test$1.invokeSuspend(SuspendingArgumentParserTest.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest.test(SuspendingArgumentParserTest.kt:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:766)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:124)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:99)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:94)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
at com.sun.proxy.$Proxy4.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Check notice on line 0 in .github
github-actions / Test Results
421 tests found
There are 421 tests, see "Raw output" for the full list of tests.
Raw output
org.incendo.cloud.AnnotationAccessorTest β testQualifierResolutionOrder()
org.incendo.cloud.CommandDeletionTest β deleteCommandWithSameArgumentNameAsRootCommand()
org.incendo.cloud.CommandDeletionTest β deleteIntermediateCommand()
org.incendo.cloud.CommandDeletionTest β deleteSimpleCommand()
org.incendo.cloud.CommandManagerTest β testCommandBuilder()
org.incendo.cloud.CommandManagerTest β testMultiLiteralRouting()
org.incendo.cloud.CommandPerformanceTest β testCompleteExecution()
org.incendo.cloud.CommandPerformanceTest β testLiterals()
org.incendo.cloud.CommandPostProcessorTest β testPostProcessing()
org.incendo.cloud.CommandPreProcessorTest β testPreprocessing()
org.incendo.cloud.CommandRegistrationStateTest β testAllowUnsafeRegistration()
org.incendo.cloud.CommandRegistrationStateTest β testChangingRegistrationHandlerFails()
org.incendo.cloud.CommandRegistrationStateTest β testDoubleRegistrationPersistsState()
org.incendo.cloud.CommandRegistrationStateTest β testInitialState()
org.incendo.cloud.CommandRegistrationStateTest β testRegistrationChangesState()
org.incendo.cloud.CommandRegistrationStateTest β testRegistrationFailsInAfterRegistrationState()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_EnumFlagEntered_SuggestsFlagValues()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_FlagValueEntered_SuggestsOtherFlag()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_MultiplePresenceFlagEntered_SuggestsOtherPresenceFlags()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_NoFlagEntered_SuggestsFlagsAndAliases()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_NoFlagsEnteredAfterVariable_SuggestsFlags()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_NonExistentFlagEntered_ListsAllFlags()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_PresenceFlagEntered_SuggestsOtherPresenceFlags()
org.incendo.cloud.CommandSuggestionsTest β Suggestions_UnknownRootCommand_EmptySuggestions()
org.incendo.cloud.CommandSuggestionsTest β [1] input=command , expectedSuggestions=[--flag, --flog, -f]
org.incendo.cloud.CommandSuggestionsTest β [1] input=command , expectedSuggestions=[hello world]
org.incendo.cloud.CommandSuggestionsTest β [1] input=duration , expectedSuggestions=[1, 2, 3, 4, 5, 6, 7, 8, 9]
org.incendo.cloud.CommandSuggestionsTest β [1] input=test
org.incendo.cloud.CommandSuggestionsTest β [1] sender=TestCommandSender{permissions=[]}, input=test-, expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [2] input=command --, expectedSuggestions=[--flag, --flog]
org.incendo.cloud.CommandSuggestionsTest β [2] input=command hello, expectedSuggestions=[hello world]
org.incendo.cloud.CommandSuggestionsTest β [2] input=duration 5, expectedSuggestions=[5d, 5h, 5m, 5s]
org.incendo.cloud.CommandSuggestionsTest β [2] input=testalias
org.incendo.cloud.CommandSuggestionsTest β [2] sender=SpecificSender{permissions=[]}, input=test-, expectedSuggestions=[test-specific-sender]
org.incendo.cloud.CommandSuggestionsTest β [2] sender=TestCommandSender{permissions=[some-permission]}, input=test-, expectedSuggestions=[test-permitted]
org.incendo.cloud.CommandSuggestionsTest β [3] input=command --f, expectedSuggestions=[--flag, --flog]
org.incendo.cloud.CommandSuggestionsTest β [3] input=command hello , expectedSuggestions=[world]
org.incendo.cloud.CommandSuggestionsTest β [3] input=duration 5s, expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [3] sender=TestCommandSender{permissions=[]}, input=l, expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [4] input=command --fla, expectedSuggestions=[--flag]
org.incendo.cloud.CommandSuggestionsTest β [4] input=command hello wo, expectedSuggestions=[world]
org.incendo.cloud.CommandSuggestionsTest β [4] input=duration 5s , expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [4] sender=SpecificSender{permissions=[]}, input=l, expectedSuggestions=[literal]
org.incendo.cloud.CommandSuggestionsTest β [4] sender=TestCommandSender{permissions=[some-permission]}, input=l, expectedSuggestions=[literal]
org.incendo.cloud.CommandSuggestionsTest β [5] input=command -f, expectedSuggestions=[--flag, --flog, -f]
org.incendo.cloud.CommandSuggestionsTest β [5] input=command hello world, expectedSuggestions=[world]
org.incendo.cloud.CommandSuggestionsTest β [5] sender=TestCommandSender{permissions=[]}, input=literal , expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [6] input=command -, expectedSuggestions=[--flag, --flog, -f]
org.incendo.cloud.CommandSuggestionsTest β [6] input=command hello world , expectedSuggestions=[]
org.incendo.cloud.CommandSuggestionsTest β [6] sender=SpecificSender{permissions=[]}, input=literal , expectedSuggestions=[test-specific-sender]
org.incendo.cloud.CommandSuggestionsTest β [6] sender=TestCommandSender{permissions=[some-permission]}, input=literal , expectedSuggestions=[test-permitted]
org.incendo.cloud.CommandSuggestionsTest β [7] input=command -f , expectedSuggestions=[foo, bar]
org.incendo.cloud.CommandSuggestionsTest β [8] input=command -f b, expectedSuggestions=[bar]
org.incendo.cloud.CommandSuggestionsTest β testAltered()
org.incendo.cloud.CommandSuggestionsTest β testComb()
org.incendo.cloud.CommandSuggestionsTest β testCompound()
org.incendo.cloud.CommandSuggestionsTest β testCompoundFlags()
org.incendo.cloud.CommandSuggestionsTest β testEmpty()
org.incendo.cloud.CommandSuggestionsTest β testFlagYieldingGreedyStringFollowedByFlagArgument()
org.incendo.cloud.CommandSuggestionsTest β testFlagYieldingGreedyStringWithLiberalFlagArgument()
org.incendo.cloud.CommandSuggestionsTest β testFlagYieldingStringArrayFollowedByFlagArgument()
org.incendo.cloud.CommandSuggestionsTest β testFlagYieldingStringArrayWithLiberalFlagArgument()
org.incendo.cloud.CommandSuggestionsTest β testInvalidArgumentShouldNotCauseFurtherCompletion()
org.incendo.cloud.CommandSuggestionsTest β testInvalidLiteralThenSpace()
org.incendo.cloud.CommandSuggestionsTest β testLiteralWithVariable()
org.incendo.cloud.CommandSuggestionsTest β testNumbers()
org.incendo.cloud.CommandSuggestionsTest β testNumbersWithFollowingArguments()
org.incendo.cloud.CommandSuggestionsTest β testSimple()
org.incendo.cloud.CommandSuggestionsTest β testStringArgumentWithSuggestionProvider()
org.incendo.cloud.CommandSuggestionsTest β testVar()
org.incendo.cloud.CommandTest β ensureOrdering()
org.incendo.cloud.CommandTest β noArguments()
org.incendo.cloud.CommandTreeTest β getSuggestions()
org.incendo.cloud.CommandTreeTest β invalidCommand()
org.incendo.cloud.CommandTreeTest β testAliasedRouting()
org.incendo.cloud.CommandTreeTest β testAmbiguousLiteralOverridingArgument()
org.incendo.cloud.CommandTreeTest β testAmbiguousNodes()
org.incendo.cloud.CommandTreeTest β testDefaultParser()
org.incendo.cloud.CommandTreeTest β testDuplicateArgument()
org.incendo.cloud.CommandTreeTest β testFlags_MultiplePresenceFlags()
org.incendo.cloud.CommandTreeTest β testFlags_MultipleValueFlagsFollowedByPresence()
org.incendo.cloud.CommandTreeTest β testFlags_NoFlags()
org.incendo.cloud.CommandTreeTest β testFlags_NonPrefixedPresenceFlag()
org.incendo.cloud.CommandTreeTest β testFlags_NonexistentFlag()
org.incendo.cloud.CommandTreeTest β testFlags_PresenceFlag()
org.incendo.cloud.CommandTreeTest β testFlags_PresenceFlagShortForm()
org.incendo.cloud.CommandTreeTest β testFlags_ShortFormPresenceFlagsFollowedByMultipleValueFlags()
org.incendo.cloud.CommandTreeTest β testFlags_ValueFlag()
org.incendo.cloud.CommandTreeTest β testFloats()
org.incendo.cloud.CommandTreeTest β testLiteralRepeatingArgument()
org.incendo.cloud.CommandTreeTest β testMultiLiteralParsing()
org.incendo.cloud.CommandTreeTest β testOptionals()
org.incendo.cloud.CommandTreeTest β testProxy()
org.incendo.cloud.ParameterInjectorRegistryTest β testAnnotatedGuiceInjection()
org.incendo.cloud.ParameterInjectorRegistryTest β testGuiceInjection()
org.incendo.cloud.ParameterInjectorRegistryTest β testNonExistentInjection()
org.incendo.cloud.ParameterInjectorRegistryTest β testSimpleInjection()
org.incendo.cloud.ParserRegistryTest β creating_integer_parser_from_parameters_results_in_correct_parser()
org.incendo.cloud.ParserRegistryTest β parsing_range_annotation_results_in_correct_parser_parameters()
org.incendo.cloud.ParserRegistryTest β retrieving_enum_parser_from_registry()
org.incendo.cloud.ParserRegistryTest β retrieving_integer_parser_from_parser_registry()
org.incendo.cloud.PermissionTest β testAndPermissionsHasAll()
org.incendo.cloud.PermissionTest β testAndPermissionsMissingOne()
org.incendo.cloud.PermissionTest β testComplexAndPermissions()
org.incendo.cloud.PermissionTest β testComplexAndPermissionsMissingOne()
org.incendo.cloud.PermissionTest β testOrPermissionHasNone()
org.incendo.cloud.PermissionTest β testOrPermissionHasOne()
org.incendo.cloud.PermissionTest β testPermittedNodeFollowingNotPermittedNode()
org.incendo.cloud.PermissionTest β testPredicatePermissions()
org.incendo.cloud.PermissionTest β testRootCommandPermission()
org.incendo.cloud.PermissionTest β testRootCommandPermissionLackingPermission()
org.incendo.cloud.PermissionTest β testSubCommandPermission()
org.incendo.cloud.annotations.AnnotationParserTest β testAnnotatedArgumentParser()
org.incendo.cloud.annotations.AnnotationParserTest β testAnnotatedSuggestionProviders()
org.incendo.cloud.annotations.AnnotationParserTest β testAnnotationResolver()
org.incendo.cloud.annotations.AnnotationParserTest β testInjectedCommand()
org.incendo.cloud.annotations.AnnotationParserTest β testMethodConstruction()
org.incendo.cloud.annotations.AnnotationParserTest β testMultiAliasedCommands()
org.incendo.cloud.annotations.AnnotationParserTest β testNamedSuggestionProvider()
org.incendo.cloud.annotations.AnnotationParserTest β testParameterInjection()
org.incendo.cloud.annotations.NoOpStringProcessorTest β ProcessString_AnyInput_ReturnsOriginalInput()
org.incendo.cloud.annotations.PatternReplacingStringProcessorTest β ProcessString_MatchingInput_ReplacesGroups()
org.incendo.cloud.annotations.PatternReplacingStringProcessorTest β ProcessString_NullReplacement_InputPreserved()
org.incendo.cloud.annotations.PropertyReplacingStringProcessorTest β ProcessString_KnownProperty_ReplacesWithValue()
org.incendo.cloud.annotations.PropertyReplacingStringProcessorTest β ProcessString_MultipleProperties_ReplacesAll()
org.incendo.cloud.annotations.PropertyReplacingStringProcessorTest β ProcessString_NullProperty_InputPreserved()
org.incendo.cloud.annotations.SyntaxParserImplTest β testParse()
org.incendo.cloud.annotations.SyntaxParserImplTest β testParseSpecialCharacters()
org.incendo.cloud.annotations.SyntaxParserImplTest β testParseWithAliases()
org.incendo.cloud.annotations.exception.MethodExceptionHandlerTest β testFallback()
org.incendo.cloud.annotations.exception.MethodExceptionHandlerTest β testPrecise()
org.incendo.cloud.annotations.feature.ArgumentDrivenCommandsTest β testCommandConstruction()
org.incendo.cloud.annotations.feature.ArgumentWithoutAnnotationTest β test()
org.incendo.cloud.annotations.feature.BuilderDecoratorTest β testDefaultDescription()
org.incendo.cloud.annotations.feature.BuilderDecoratorTest β testDefaultPermission()
org.incendo.cloud.annotations.feature.DefaultValueTest β [1] command=parsed
org.incendo.cloud.annotations.feature.DefaultValueTest β [2] command=named
org.incendo.cloud.annotations.feature.DescriptionMapperTest β test()
org.incendo.cloud.annotations.feature.EitherParserAnnotationsTest β test()
org.incendo.cloud.annotations.feature.FutureReturningCommandMethodTest β test()
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [1] instance=list source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [2] instance=set source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [3] instance=stream source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [4] instance=iterable source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [5] instance=list future source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [6] instance=string list source
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [7] instance=source with CommandInput injected
org.incendo.cloud.annotations.feature.MethodSuggestionProviderTest β [8] instance=source with injected value
org.incendo.cloud.annotations.feature.ParameterInjectionTest β testInjection()
org.incendo.cloud.annotations.feature.PermissionTest β testAnd()
org.incendo.cloud.annotations.feature.PermissionTest β testOr()
org.incendo.cloud.annotations.feature.RepeatableCommandTest β test()
org.incendo.cloud.annotations.feature.RepeatableFlagTest β testRepeatableFlagParsing()
org.incendo.cloud.annotations.feature.RequiredSenderDeductionTest β testCorrectSender()
org.incendo.cloud.annotations.feature.RequiredSenderDeductionTest β testIncorrectSender()
org.incendo.cloud.annotations.feature.StringProcessingTest β Tests @Command, @Permission, @CommandDescription, @Argument & @Flag
org.incendo.cloud.annotations.issue.Issue262 β queryForCommandAliasesWorks()
org.incendo.cloud.annotations.issue.Issue262 β queryForCommandChildAliasesWorks()
org.incendo.cloud.annotations.issue.Issue262 β queryForOnlyRootCommandWorks()
org.incendo.cloud.annotations.issue.Issue262 β queryForRootCommandWorks()
org.incendo.cloud.annotations.issue.Issue262 β queryForRootCommandWorks2()
org.incendo.cloud.annotations.issue.Issue450 β testPrefixedAlias()
org.incendo.cloud.annotations.processing.CommandContainerProcessorTest β testCommandContainerParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testCommandMethodMissingArgumentParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testCommandMethodMissingSyntaxParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testCommandMethodWithoutArgumentAnnotations()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testOptionalBeforeRequiredParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testPrivateCommandMethodParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testStaticCommandMethodParsing()
org.incendo.cloud.annotations.processing.CommandProcessorTest β testValidCommandMethodParsing()
org.incendo.cloud.bean.CommandBeanTest β testCommandBeanRegistration()
org.incendo.cloud.caption.CaptionRegistryTest β [10] caption=Caption{key=argument.parse.failure.flag.no_flag_started}
org.incendo.cloud.caption.CaptionRegistryTest β [11] caption=Caption{key=argument.parse.failure.flag.missing_argument}
org.incendo.cloud.caption.CaptionRegistryTest β [12] caption=Caption{key=argument.parse.failure.flag.no_permission}
org.incendo.cloud.caption.CaptionRegistryTest β [13] caption=Caption{key=argument.parse.failure.color}
org.incendo.cloud.caption.CaptionRegistryTest β [14] caption=Caption{key=argument.parse.failure.duration}
org.incendo.cloud.caption.CaptionRegistryTest β [15] caption=Caption{key=argument.parse.failure.aggregate.missing}
org.incendo.cloud.caption.CaptionRegistryTest β [16] caption=Caption{key=argument.parse.failure.aggregate.failure}
org.incendo.cloud.caption.CaptionRegistryTest β [17] caption=Caption{key=argument.parse.failure.either}
org.incendo.cloud.caption.CaptionRegistryTest β [18] caption=Caption{key=exception.unexpected}
org.incendo.cloud.caption.CaptionRegistryTest β [19] caption=Caption{key=exception.invalid_argument}
org.incendo.cloud.caption.CaptionRegistryTest β [1] caption=Caption{key=argument.parse.failure.boolean}
org.incendo.cloud.caption.CaptionRegistryTest β [20] caption=Caption{key=exception.no_such_command}
org.incendo.cloud.caption.CaptionRegistryTest β [21] caption=Caption{key=exception.no_permission}
org.incendo.cloud.caption.CaptionRegistryTest β [22] caption=Caption{key=exception.invalid_sender}
org.incendo.cloud.caption.CaptionRegistryTest β [23] caption=Caption{key=exception.invalid_sender_list}
org.incendo.cloud.caption.CaptionRegistryTest β [24] caption=Caption{key=exception.invalid_syntax}
org.incendo.cloud.caption.CaptionRegistryTest β [2] caption=Caption{key=argument.parse.failure.number}
org.incendo.cloud.caption.CaptionRegistryTest β [3] caption=Caption{key=argument.parse.failure.char}
org.incendo.cloud.caption.CaptionRegistryTest β [4] caption=Caption{key=argument.parse.failure.string}
org.incendo.cloud.caption.CaptionRegistryTest β [5] caption=Caption{key=argument.parse.failure.uuid}
org.incendo.cloud.caption.CaptionRegistryTest β [6] caption=Caption{key=argument.parse.failure.enum}
org.incendo.cloud.caption.CaptionRegistryTest β [7] caption=Caption{key=argument.parse.failure.regex}
org.incendo.cloud.caption.CaptionRegistryTest β [8] caption=Caption{key=argument.parse.failure.flag.unknown}
org.incendo.cloud.caption.CaptionRegistryTest β [9] caption=Caption{key=argument.parse.failure.flag.duplicate_flag}
org.incendo.cloud.caption.CaptionRegistryTest β unrecognizedCaptionThrowsException()
org.incendo.cloud.caption.PlaceholderReplacingCaptionFormatterTest β replacesPlaceholders()
org.incendo.cloud.context.CommandInputTest β Difference_SameInput_ReturnsDifference()
org.incendo.cloud.context.CommandInputTest β MoveCursor_OutsideString_ThrowsException()
org.incendo.cloud.context.CommandInputTest β MoveCursor_WithinString_CursorMoves()
org.incendo.cloud.context.CommandInputTest β PeekString_EmptyString_ReturnsEmptyString()
org.incendo.cloud.context.CommandInputTest β PeekString_MultipleTokens_ReturnsFirstToken()
org.incendo.cloud.context.CommandInputTest β PeekString_SingleToken_ReturnsToken()
org.incendo.cloud.context.CommandInputTest β Peek_OutsideString_ThrowsException()
org.incendo.cloud.context.CommandInputTest β Peek_SeveralCharacters_ReturnsSubstring()
org.incendo.cloud.context.CommandInputTest β Peek_SingleCharacterOutsideString_ThrowsException()
org.incendo.cloud.context.CommandInputTest β Peek_SingleCharacter_ReturnsCharacter()
org.incendo.cloud.context.CommandInputTest β ReadStringSkipWhitespace_MultipleTokens_ReturnsFirstTokenAndConsumesWhitespace()
org.incendo.cloud.context.CommandInputTest β ReadString_EmptyString_ReturnsEmptyString()
org.incendo.cloud.context.CommandInputTest β ReadString_MultipleTokensWithLeadingWhitespace_ReturnsFirstTokenAndPreservesWhitespace()
org.incendo.cloud.context.CommandInputTest β ReadString_MultipleTokens_ReturnsFirstTokenAndPreservesWhitespace()
org.incendo.cloud.context.CommandInputTest β ReadString_SingleToken_ReturnsToken()
org.incendo.cloud.context.CommandInputTest β ReadUntilAndSkip_DoesNotContainSeparator_ReadsEntireString()
org.incendo.cloud.context.CommandInputTest β ReadUntilAndSkip_EmptyString_ReturnsEmptyString()
org.incendo.cloud.context.CommandInputTest β ReadUntilAndSkip_NonEmptyString_ReturnsAndSkips()
org.incendo.cloud.context.CommandInputTest β Read_OutsideString_ThrowsException()
org.incendo.cloud.context.CommandInputTest β Read_SeveralCharacters_ReturnsSubstring()
org.incendo.cloud.context.CommandInputTest β Read_SingleCharacterOutsideString_ThrowsException()
org.incendo.cloud.context.CommandInputTest β Read_SingleCharacter_ReturnsCharacter()
org.incendo.cloud.context.CommandInputTest β SkipWhitespace_AtWhitespace_Skips()
org.incendo.cloud.context.CommandInputTest β SkipWhitespace_NotAtWhitespace_DoesNotSkip()
org.incendo.cloud.context.CommandInputTest β SkipWhitespace_OnlyWhitespace_Skips()
org.incendo.cloud.context.CommandInputTest β SkipWhitespace_WithLimit_SkipsLimitedAmount()
org.incendo.cloud.context.CommandInputTest β [1] input=
org.incendo.cloud.context.CommandInputTest β [1] input= hello world , expectedRead=hello
org.incendo.cloud.context.CommandInputTest β [1] input=hello world
org.incendo.cloud.context.CommandInputTest β [2] input= hello world, expectedRead=hello
org.incendo.cloud.context.CommandInputTest β [2] input=does this work
org.incendo.cloud.context.CommandInputTest β [2] input=string
org.incendo.cloud.context.CommandInputTest β [3] input= , expectedRead=
org.incendo.cloud.context.CommandInputTest β [3] input= string
org.incendo.cloud.context.CommandInputTest β [3] input=trailing space?
org.incendo.cloud.context.CommandInputTest β [4] input= , expectedRead=
org.incendo.cloud.context.CommandInputTest β [4] input=a couple of strings
org.incendo.cloud.context.CommandInputTest β [5] input=a couple of strings
org.incendo.cloud.context.CommandInputTest β [6] input=a couple of strings
org.incendo.cloud.context.ParsingContextTest β testConsumedInput()
org.incendo.cloud.context.ParsingContextTest β testExactAlias()
org.incendo.cloud.exception.NoPermissionExceptionTest β testCommandPermission()
org.incendo.cloud.exception.NoPermissionExceptionTest β testSucceededResult()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_NewExceptionThrown_ExceptionHandled()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_NoFallback_ExceptionReThrown()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_ParentType_ExceptionHandled()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_PassThroughHandlerWithConsumer_ExceptionHandled()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_PassThroughHandler_ExceptionHandled()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_PreciseType_ExceptionHandled()
org.incendo.cloud.exception.handling.ExceptionControllerTest β HandleException_UnwrappingHandler_ExceptionHandled()
org.incendo.cloud.execution.CurrentCommandGetterTest β executionTime()
org.incendo.cloud.execution.CurrentCommandGetterTest β postProcessor()
org.incendo.cloud.execution.ExecutionCoordinatorTest β [1] exception=java.util.concurrent.CompletionException: java.lang.RuntimeException
org.incendo.cloud.execution.ExecutionCoordinatorTest β [2] exception=java.lang.RuntimeException
org.incendo.cloud.execution.ExecutionCoordinatorTest β [3] exception=org.incendo.cloud.exception.CommandExecutionException: java.lang.RuntimeException
org.incendo.cloud.execution.FilteringSuggestionProcessorTest β [1] input=test1 , expected=[a b c d e, x y z a]
org.incendo.cloud.execution.FilteringSuggestionProcessorTest β [2] input=test1 a, expected=[a b c d e, x y z a]
org.incendo.cloud.execution.FilteringSuggestionProcessorTest β [3] input=test1 a e, expected=[a b c d e]
org.incendo.cloud.execution.FilteringSuggestionProcessorTest β [4] input=test1 a e a, expected=[]
org.incendo.cloud.execution.FilteringSuggestionProcessorTest β [5] input=test1 z, expected=[x y z a]
org.incendo.cloud.execution.FutureCommandExecutionCoordinatorTest β testExecution()
org.incendo.cloud.execution.MulticastDelegateFutureCommandExecutionHandlerTest β ExecuteFuture_FailedFuture_StopsDelegating()
org.incendo.cloud.execution.MulticastDelegateFutureCommandExecutionHandlerTest β ExecuteFuture_HappyFlow_Success()
org.incendo.cloud.execution.SuggestionProcessorTest β testFiltering()
org.incendo.cloud.execution.SuggestionProcessorTest β testModifying()
org.incendo.cloud.feature.ArbitraryPositionFlagTest β testFailBeforeLiterals()
org.incendo.cloud.feature.ArbitraryPositionFlagTest β testMultiFlagThrows()
org.incendo.cloud.feature.ArbitraryPositionFlagTest β testParsingAllLocations()
org.incendo.cloud.feature.ChangedCommandSenderTypeTest β testDynamicDefaults()
org.incendo.cloud.feature.ChangedCommandSenderTypeTest β testGeneric()
org.incendo.cloud.feature.ChangedCommandSenderTypeTest β testGenericWildcard()
org.incendo.cloud.feature.ChangedCommandSenderTypeTest β testPredicatePermissions()
org.incendo.cloud.feature.ChangedCommandSenderTypeTest β testSimple()
org.incendo.cloud.feature.ComponentPreprocessorTest β Parse_Failing_ThrowsParseException()
org.incendo.cloud.feature.ComponentPreprocessorTest β Parse_HappyFlow_Success()
org.incendo.cloud.feature.DefaultValueTest β Constant_HappyFlow_Success()
org.incendo.cloud.feature.DefaultValueTest β Dynamic_HappyFlow_Failure()
org.incendo.cloud.feature.DefaultValueTest β Dynamic_HappyFlow_Success()
org.incendo.cloud.feature.DefaultValueTest β Parsed_HappyFlow_Success()
org.incendo.cloud.feature.MultiTokenParserTest β testParsing()
org.incendo.cloud.feature.MultiTokenParserTest β testSuggestionsAfterFruit()
org.incendo.cloud.feature.MultiTokenParserTest β testSuggestionsAfterMonkey()
org.incendo.cloud.feature.MultiTokenParserTest β testSuggestionsAfterName()
org.incendo.cloud.feature.MultiTokenParserTest β testSuggestionsNoInput()
org.incendo.cloud.feature.RegexTest β Parse_Failing_ThrowsParseException()
org.incendo.cloud.feature.RegexTest β Parse_HappyFlow_Success()
org.incendo.cloud.feature.RepeatableFlagTest β testParsingRepeatingPresenceFlags()
org.incendo.cloud.feature.RepeatableFlagTest β testParsingRepeatingValueFlags()
org.incendo.cloud.feature.RepeatableFlagTest β testSuggestingRepeatableFlags()
org.incendo.cloud.help.StandardHelpHandlerTest β [1] queryString=test int, syntax=test int <int>
org.incendo.cloud.help.StandardHelpHandlerTest β [2] queryString=test int <int>, syntax=test int <int>
org.incendo.cloud.help.StandardHelpHandlerTest β [3] queryString=test foo, syntax=test foo bar
org.incendo.cloud.help.StandardHelpHandlerTest β [4] queryString=test foo bar, syntax=test foo bar
org.incendo.cloud.help.StandardHelpHandlerTest β [5] queryString=test <string>, syntax=test <string>
org.incendo.cloud.help.StandardHelpHandlerTest β testFilter()
org.incendo.cloud.help.StandardHelpHandlerTest β testMulti()
org.incendo.cloud.help.StandardHelpHandlerTest β testRootIndex()
org.incendo.cloud.issue.Issue281 β commandExceptionShouldNotBeSwallowed()
org.incendo.cloud.issue.Issue321 β flagSucceedingFlagWithStringArrayArgument()
org.incendo.cloud.issue.Issue337 β emptyCommandTreeThrowsNoSuchCommandException()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrDefault_CloudKey_ValueMissing_ReturnsDefault()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrDefault_CloudKey_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrDefault_String_ValueMissing_ReturnsDefault()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrDefault_String_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrSupplyDefault_CloudKey_ValueMissing_ReturnsDefault()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrSupplyDefault_CloudKey_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrSupplyDefault_String_ValueMissing_ReturnsDefault()
org.incendo.cloud.key.CloudKeyContainerTest β GetOrSupplyDefault_String_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β Get_CloudKey_ValueMissing_ThrowsException()
org.incendo.cloud.key.CloudKeyContainerTest β Get_CloudKey_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β Get_String_ValueMissing_ThrowsException()
org.incendo.cloud.key.CloudKeyContainerTest β Get_String_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β Optional_CloudKey_ValueMissing_ReturnsEmptyOptional()
org.incendo.cloud.key.CloudKeyContainerTest β Optional_CloudKey_ValuePresent_ReturnsValue()
org.incendo.cloud.key.CloudKeyContainerTest β Optional_String_ValueMissing_ReturnsEmptyOptional()
org.incendo.cloud.key.CloudKeyContainerTest β Optional_String_ValuePresent_ReturnsValue()
org.incendo.cloud.kotlin.coroutines.SuspendingArgumentParserTest β test()
org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest β test()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testExceptionForwarding()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testFailureComponentParsingFailure()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testFailureMissingInput()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testMultiLevelAggregateParsing()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testParsing()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testSuggestionsFirstArgument()
org.incendo.cloud.parser.aggregate.AggregateParserTest β testSuggestionsSecondArgument()
org.incendo.cloud.parser.standard.BooleanParserTest β [10] input=NO, expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [11] input=off, expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [12] input=OFF, expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [1] input=[true], expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [1] input=true, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [1] liberal=false, expectedSuggestions=[true, false]
org.incendo.cloud.parser.standard.BooleanParserTest β [1] liberal=true
org.incendo.cloud.parser.standard.BooleanParserTest β [2] input=TRUE, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [2] input=[false], expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [2] liberal=false
org.incendo.cloud.parser.standard.BooleanParserTest β [2] liberal=true, expectedSuggestions=[true, yes, on, false, no, off]
org.incendo.cloud.parser.standard.BooleanParserTest β [3] input=yes, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [4] input=YES, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [5] input=on, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [6] input=ON, expectedResult=true
org.incendo.cloud.parser.standard.BooleanParserTest β [7] input=false, expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [8] input=FALSE, expectedResult=false
org.incendo.cloud.parser.standard.BooleanParserTest β [9] input=no, expectedResult=false
org.incendo.cloud.parser.standard.ByteParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.ByteParserTest β Parse_NonByteInput_FailedParse()
org.incendo.cloud.parser.standard.ByteParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.ByteParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.ByteParserTest β Suggestions_EmptyInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.ByteParserTest β Suggestions_NegativeSignInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.CharacterParserTest β Parse_TooLongString_FailedParse()
org.incendo.cloud.parser.standard.CharacterParserTest β Parse_ValidChar_SuccessfulParse()
org.incendo.cloud.parser.standard.DoubleParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.DoubleParserTest β Parse_NonDoubleInput_FailedParse()
org.incendo.cloud.parser.standard.DoubleParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.DoubleParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.DurationParserSuggestionsTest β testDurationSuggestions()
org.incendo.cloud.parser.standard.DurationParserTest β invalid_format_failing()
org.incendo.cloud.parser.standard.DurationParserTest β single_multiple_units()
org.incendo.cloud.parser.standard.DurationParserTest β single_single_unit()
org.incendo.cloud.parser.standard.EitherParserTest β testParsingFailing()
org.incendo.cloud.parser.standard.EitherParserTest β testParsingSuccessfulFallback()
org.incendo.cloud.parser.standard.EitherParserTest β testParsingSuccessfulPrimary()
org.incendo.cloud.parser.standard.EitherParserTest β testSuggestions()
org.incendo.cloud.parser.standard.EnumParserTest β Parse_NonEnumValue_FailedParse()
org.incendo.cloud.parser.standard.EnumParserTest β Suggestions_ExpectedSuggestions()
org.incendo.cloud.parser.standard.EnumParserTest β [1] value=AAA
org.incendo.cloud.parser.standard.EnumParserTest β [2] value=BBB
org.incendo.cloud.parser.standard.EnumParserTest β [3] value=CCC
org.incendo.cloud.parser.standard.FloatParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.FloatParserTest β Parse_NonFloatInput_FailedParse()
org.incendo.cloud.parser.standard.FloatParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.FloatParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.IntegerParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.IntegerParserTest β Parse_NonIntegerInput_FailedParse()
org.incendo.cloud.parser.standard.IntegerParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.IntegerParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.IntegerParserTest β Suggestions_EmptyInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.IntegerParserTest β Suggestions_NegativeSignInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.LiteralParserTest β testInvalidName()
org.incendo.cloud.parser.standard.LongParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.LongParserTest β Parse_NonLongInput_FailedParse()
org.incendo.cloud.parser.standard.LongParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.LongParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.LongParserTest β Suggestions_EmptyInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.LongParserTest β Suggestions_NegativeSignInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.ShortParserTest β Parse_NoMinMax_SuccessfulParse()
org.incendo.cloud.parser.standard.ShortParserTest β Parse_NonShortInput_FailedParse()
org.incendo.cloud.parser.standard.ShortParserTest β Parse_ValueAboveMax_FailedParse()
org.incendo.cloud.parser.standard.ShortParserTest β Parse_ValueBelowMin_FailedParse()
org.incendo.cloud.parser.standard.ShortParserTest β Suggestions_EmptyInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.ShortParserTest β Suggestions_NegativeSignInput_ExpectedSuggestions()
org.incendo.cloud.parser.standard.StringArgumentTest β greedy_consumes_all()
org.incendo.cloud.parser.standard.StringArgumentTest β quoted_quoted_string_containing_escaped_quote_followed_by_unquoted()
org.incendo.cloud.parser.standard.StringArgumentTest β quoted_single_quoted_string_containing_double_quote_followed_by_unquoted()
org.incendo.cloud.parser.standard.StringArgumentTest β quoted_unmatched_quotes_failing()
org.incendo.cloud.parser.standard.StringArgumentTest β quoted_unquoted_strings()
org.incendo.cloud.parser.standard.StringArgumentTest β single_single()
org.incendo.cloud.parser.standard.StringArrayParserTest β Parse_GreedyFlagAwareLongFormFlag_EndsAfterFlag()
org.incendo.cloud.parser.standard.StringArrayParserTest β Parse_GreedyFlagAwareShortFormFlag_EndsAfterFlag()
org.incendo.cloud.parser.standard.StringArrayParserTest β Parse_RandomInput_CapturesAll()
org.incendo.cloud.parser.standard.StringParserTest β Parse_GreedyFlagAwareLongFormFlag_EndsAfterFlag()
org.incendo.cloud.parser.standard.StringParserTest β Parse_GreedyFlagAwareShortFormFlag_EndsAfterFlag()
org.incendo.cloud.parser.standard.UUIDParserTest β Parse_NonUUID_FailedParse()
org.incendo.cloud.parser.standard.UUIDParserTest β Parse_ValidUUID_SuccessfulParse()
org.incendo.cloud.services.ServicesTest β testAnnotatedMethods()
org.incendo.cloud.services.ServicesTest β testConsumerServices()
org.incendo.cloud.services.ServicesTest β testExceptions()
org.incendo.cloud.services.ServicesTest β testForwarding()
org.incendo.cloud.services.ServicesTest β testImplementationGetters()
org.incendo.cloud.services.ServicesTest β testPartialResultServices()
org.incendo.cloud.services.ServicesTest β testPipeline()
org.incendo.cloud.services.ServicesTest β testRecognisedTypes()
org.incendo.cloud.services.ServicesTest β testSideEffectServices()
org.incendo.cloud.services.ServicesTest β testSorting()
org.incendo.cloud.settings.EnumConfigurableTest β testGetNonExisting()
org.incendo.cloud.settings.EnumConfigurableTest β testSetFalse()
org.incendo.cloud.settings.EnumConfigurableTest β testSetTrue()
org.incendo.cloud.state.StatefulTest β RequireState_ExpectedState_Success()
org.incendo.cloud.state.StatefulTest β RequireState_UnexpectedState_ThrowsException()
org.incendo.cloud.state.StatefulTest β TransitionOrThrow_ExpectedInState_Success()
org.incendo.cloud.state.StatefulTest β TransitionOrThrow_ExpectedOutState_Success()
org.incendo.cloud.state.StatefulTest β TransitionOrThrow_UnexpectedState_ThrowsException()
org.incendo.cloud.syntax.StandardCommandSyntaxFormatterTest β accountsForSenderType()
org.incendo.cloud.syntax.StandardCommandSyntaxFormatterTest β respectsPermissions()
Loading