Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update dependency io.leangen.geantyref:geantyref to v2 #769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): Update dependency io.leangen.geantyref:geantyref to v2

8d8ede7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): Update dependency io.leangen.geantyref:geantyref to v2 #769

chore(deps): Update dependency io.leangen.geantyref:geantyref to v2
8d8ede7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Sep 11, 2024 in 0s

2 fail, 419 pass in 10s

 86 files  + 85   86 suites  +85   10s ⏱️ +10s
421 tests +411  419 βœ… +409  0 πŸ’€ Β±0  2 ❌ +2 
466 runsβ€Š +456  464 βœ… +454  0 πŸ’€ Β±0  2 ❌ +2 

Results for commit 8d8ede7. ± Comparison against earlier commit 0da70a8.

Annotations

Check warning on line 0 in org.incendo.cloud.kotlin.coroutines.SuspendingHandlerTest

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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()