The supplied variable/answer for "thirdUserAnswer" is null but the script expect something else Introduction/The first day with programming/Complete the Project #103
expected: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
<some user's answer>
but was: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
null
org.opentest4j.AssertionFailedError: expected: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
<some user's answer>
but was: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
null
at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at app//org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1141)
at app//Test.testSolution(Tests.kt:10)
at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@11.0.17/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@11.0.17/java.lang.reflect.Method.invoke(Method.java:566)
at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
at app//org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at app//org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at app//org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at app//org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base@11.0.17/java.util.ArrayList.forEach(ArrayList.java:1541)
at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base@11.0.17/java.util.ArrayList.forEach(ArrayList.java:1541)
at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at app//org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at app//org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@11.0.17/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@11.0.17/java.lang.reflect.Method.invoke(Method.java:566)
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:94)
at com.sun.proxy.$Proxy2.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
educational_plugin FAILED + expected: <Hello! I will ask you several questions.
educational_pluginPlease answer all of them and be honest with me!
educational_pluginWhat is TROTEN?
educational_pluginHow did you spend your graduation?
educational_pluginWhy does a spider need eight legs?
educational_pluginNow let's have fun!
educational_pluginWhat is Kotlin?
educational_plugin<some user's answer>
educational_pluginHow was Kotlin invented?
educational_plugin<some user's answer>
educational_pluginWhy are you learning Kotlin?
educational_plugin<some user's answer>
educational_plugin> but was: <Hello! I will ask you several questions.
educational_pluginPlease answer all of them and be honest with me!
educational_pluginWhat is TROTEN?
educational_pluginHow did you spend your graduation?
educational_pluginWhy does a spider need eight legs?
educational_pluginNow let's have fun!
educational_pluginWhat is Kotlin?
educational_plugin<some user's answer>
educational_pluginHow was Kotlin invented?
educational_plugin<some user's answer>
educational_pluginWhy are you learning Kotlin?
educational_pluginnull
educational_plugin>
Test > testSolution() FAILED
org.opentest4j.AssertionFailedError at Tests.kt:10
1 test completed, 1 failed
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':Introduction-TheFirstDateWithProgramming-task:test'.
There were failing tests. See the report at: file:///Users/leandro/IdeaProjects/Kotlin_Onboarding__Introduction/Introduction/TheFirstDateWithProgramming/task/build/reports/tests/test/index.html
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1s
7 actionable tasks: 1 executed, 6 up-to-date
The supplied variable/answer for "thirdUserAnswer" is null but the script expect something else, so when hitting "check" for the Task 6/6 it FAILS.
expected: <Hello! I will ask you several questions. Please answer all of them and be honest with me! What is TROTEN? How did you spend your graduation? Why does a spider need eight legs? Now let's have fun! What is Kotlin? <some user's answer> How was Kotlin invented? <some user's answer> Why are you learning Kotlin? <some user's answer>
org.opentest4j.AssertionFailedError: expected: <Hello! I will ask you several questions. Please answer all of them and be honest with me! What is TROTEN? How did you spend your graduation? Why does a spider need eight legs? Now let's have fun! What is Kotlin? <some user's answer> How was Kotlin invented? <some user's answer> Why are you learning Kotlin? <some user's answer>
educational_plugin FAILED + expected: <Hello! I will ask you several questions.
educational_pluginPlease answer all of them and be honest with me!
educational_pluginWhat is TROTEN?
educational_pluginHow did you spend your graduation?
educational_pluginWhy does a spider need eight legs?
educational_pluginNow let's have fun!
educational_pluginWhat is Kotlin?
educational_plugin<some user's answer>
educational_pluginHow was Kotlin invented?
educational_plugin<some user's answer>
educational_pluginWhy are you learning Kotlin?
educational_plugin<some user's answer>
educational_plugin> but was: <Hello! I will ask you several questions.
educational_pluginPlease answer all of them and be honest with me!
educational_pluginWhat is TROTEN?
educational_pluginHow did you spend your graduation?
educational_pluginWhy does a spider need eight legs?
educational_pluginNow let's have fun!
educational_pluginWhat is Kotlin?
educational_plugin<some user's answer>
educational_pluginHow was Kotlin invented?
educational_plugin<some user's answer>
educational_pluginWhy are you learning Kotlin?
educational_pluginnull
educational_plugin>
Test > testSolution() FAILED org.opentest4j.AssertionFailedError at Tests.kt:10 1 test completed, 1 failed FAILURE: Build failed with an exception.