question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error run unit testing

See original GitHub issue

i’m trying to create unit testing, but error like this :

at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, Arguments arguments, IReleasePolicy policy, Boolean ignoreParentContext) at Castle.MicroKernel.DefaultKernel.Resolve(Type service, Arguments arguments) at Castle.Windsor.WindsorContainer.Resolve[T]() at Abp.Dependency.IocManager.Resolve[T]() at Abp.AspNetCore.AbpAspNetCoreModule.AddApplicationParts() at Abp.AspNetCore.AbpAspNetCoreModule.PostInitialize() at Abp.Modules.AbpModuleManager.<>c.<StartModules>b__15_2(AbpModuleInfo module) at System.Collections.Generic.List1.ForEach(Action1 action) at Abp.Modules.AbpModuleManager.StartModules() at Abp.AbpBootstrapper.Initialize() at Abp.TestBase.AbpIntegratedTestBase1.InitializeAbp() at Abp.TestBase.AbpIntegratedTestBase1..ctor(Boolean initializeAbp, IIocManager localIocManager) at Com.Company.Test.Base.AppTestBase1…ctor()`

Has anyone experienced something similar?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yopichycommented, Jun 14, 2022

Issue solved. Thanks

0reactions
yopichycommented, Jun 13, 2022

I 'll try to check it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unexpected error while attempting a unit test
Whenever I run the test its been recognised but it's showing as an error with no error message and I'm not sure why....
Read more >
Error when running all unit tests
I am getting errors with the input test fixture [version 1.3.0, Unity 2022.2.x.] when running all tests. The tests pass them if I...
Read more >
Error running unit tests on test projects
I'm running on VisualStudio.16.Preview/16.2.0-pre.1.0+28917.182. The project has the following dependencies (added through Nuget): < ...
Read more >
Unit Testing - An unexpected error is raised when tests run ...
We are implementing unit Tests by using using Microsoft.VisualStudio.TestTools.UnitTesting; The Tests are executed using CodeRush Test ...
Read more >
Build error when unit testing only says 'com/intellij/javaee ...
I am using IntelliJ IDEA 2020.2 (Ultimate Edition) and when I try to run a unit test by clicking on the green arrow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found