You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.io.IOException: Not found type 'Smallint'
at com.github.smallcreep.cucumber.seeds.table.TableXml.lambda$null$0(TableXml.java:134)
at org.cactoos.map.MapOf.lambda$new$0(MapOf.java:83)
at org.cactoos.func.UncheckedFunc.lambda$apply$0(UncheckedFunc.java:56)
at org.cactoos.scalar.CheckedScalar.value(CheckedScalar.java:76)
at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:63)
at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:56)
at org.cactoos.func.UncheckedFunc.apply(UncheckedFunc.java:57)
at org.cactoos.iterator.Mapped.next(Mapped.java:68)
at org.cactoos.iterator.Immutable.next(Immutable.java:58)
at org.cactoos.map.MapOf.lambda$new$2(MapOf.java:153)
at org.cactoos.scalar.CheckedScalar.value(CheckedScalar.java:76)
at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:63)
at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:56)
at org.cactoos.map.MapEnvelope.keySet(MapEnvelope.java:123)
at com.github.smallcreep.cucumber.seeds.table.TableSimple.lambda$insert$1(TableSimple.java:92)
at java.lang.Iterable.forEach(Iterable.java:75)
at com.github.smallcreep.cucumber.seeds.table.TableSimple.insert(TableSimple.java:91)
at com.github.smallcreep.cucumber.seeds.table.TableXml.insert(TableXml.java:114)
at com.github.smallcreep.cucumber.seeds.rows.RwDefault.add(RwDefault.java:145)
at com.github.smallcreep.cucumber.seeds.db.steps.StpDefInsert.insert(StpDefInsert.java:79)
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 cucumber.runtime.Utils$1.call(Utils.java:40)
at cucumber.runtime.Timeout.timeout(Timeout.java:16)
at cucumber.runtime.Utils.invoke(Utils.java:34)
at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
at cucumber.runtime.ExtendedRuntime.runStep(ExtendedRuntime.java:319)
at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
at com.github.mkolisnyk.cucumber.runner.ExtendedExecutionUnitRunner.run(ExtendedExecutionUnitRunner.java:32)
at com.github.mkolisnyk.cucumber.runner.ExtendedFeatureRunner.runChild(ExtendedFeatureRunner.java:81)
at com.github.mkolisnyk.cucumber.runner.ExtendedFeatureRunner.runChild(ExtendedFeatureRunner.java:23)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.runChild(ExtendedCucumber.java:108)
at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.runChild(ExtendedCucumber.java:32)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.run(ExtendedCucumber.java:148)
at com.github.mkolisnyk.cucumber.runner.parallel.CucumberRunnerThread.run(CucumberRunnerThread.java:25)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: