Created
July 7, 2023 13:22
-
-
Save 0xIO32/6248a260bb1fb2fd90a0c7c109894178 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
| <meta http-equiv="x-ua-compatible" content="IE=edge"/> | |
| <title>Test results - TestGBytes</title> | |
| <link href="../css/base-style.css" rel="stylesheet" type="text/css"/> | |
| <link href="../css/style.css" rel="stylesheet" type="text/css"/> | |
| <script src="../js/report.js" type="text/javascript"></script> | |
| </head> | |
| <body> | |
| <div id="content"> | |
| <h1>TestGBytes</h1> | |
| <div class="breadcrumbs"> | |
| <a href="../index.html">all</a> > | |
| <a href="../packages/ch.bailu.gtk.html">ch.bailu.gtk</a> > TestGBytes</div> | |
| <div id="summary"> | |
| <table> | |
| <tr> | |
| <td> | |
| <div class="summaryGroup"> | |
| <table> | |
| <tr> | |
| <td> | |
| <div class="infoBox" id="tests"> | |
| <div class="counter">1</div> | |
| <p>tests</p> | |
| </div> | |
| </td> | |
| <td> | |
| <div class="infoBox" id="failures"> | |
| <div class="counter">1</div> | |
| <p>failures</p> | |
| </div> | |
| </td> | |
| <td> | |
| <div class="infoBox" id="ignored"> | |
| <div class="counter">0</div> | |
| <p>ignored</p> | |
| </div> | |
| </td> | |
| <td> | |
| <div class="infoBox" id="duration"> | |
| <div class="counter">0.011s</div> | |
| <p>duration</p> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| </td> | |
| <td> | |
| <div class="infoBox failures" id="successRate"> | |
| <div class="percent">0%</div> | |
| <p>successful</p> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <div id="tabs"> | |
| <ul class="tabLinks"> | |
| <li> | |
| <a href="#tab0">Failed tests</a> | |
| </li> | |
| <li> | |
| <a href="#tab1">Tests</a> | |
| </li> | |
| </ul> | |
| <div id="tab0" class="tab"> | |
| <h2>Failed tests</h2> | |
| <div class="test"> | |
| <a name="testBytes()"></a> | |
| <h3 class="failures">testBytes()</h3> | |
| <span class="code"> | |
| <pre>org.opentest4j.AssertionFailedError: expected: <0> but was: <4860612969955638017> | |
| at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) | |
| at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) | |
| at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) | |
| at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:166) | |
| at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:161) | |
| at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:629) | |
| at app//ch.bailu.gtk.TestGBytes.testBytes(TestGBytes.java:24) | |
| at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | |
| at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) | |
| at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) | |
| 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:156) | |
| at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) | |
| at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) | |
| at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) | |
| at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) | |
| 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) | |
| at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) | |
| at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) | |
| at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | |
| at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) | |
| at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) | |
| at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) | |
| 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 [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511) | |
| 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 [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511) | |
| 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 org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:110) | |
| at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:90) | |
| at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:85) | |
| at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62) | |
| at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | |
| at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) | |
| 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 jdk.proxy1/jdk.proxy1.$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:113) | |
| at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) | |
| 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) | |
| </pre> | |
| </span> | |
| </div> | |
| </div> | |
| <div id="tab1" class="tab"> | |
| <h2>Tests</h2> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Test</th> | |
| <th>Duration</th> | |
| <th>Result</th> | |
| </tr> | |
| </thead> | |
| <tr> | |
| <td class="failures">testBytes()</td> | |
| <td class="failures">0.011s</td> | |
| <td class="failures">failed</td> | |
| </tr> | |
| </table> | |
| </div> | |
| </div> | |
| <div id="footer"> | |
| <p> | |
| <div> | |
| <label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines | |
| <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> | |
| </label> | |
| </div>Generated by | |
| <a href="http://www.gradle.org">Gradle 8.1</a> at Jul 7, 2023, 3:19:22 PM</p> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment