Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

I want to mock a proprietary class that extends InputStream, mock read, verify close

Mocking iOS Firebase Auth sign-in methods

Should I write my C++ code as a static or dynamic library if I want to test it?

Junit test function which returns a string

Unit test custom IHttpactionResult

argparse error: Option not recognized

Sinon: Can't install fake timers twice on the same global object

Statement not covered in Code Coverage in Jasmine

Why code coverage sometimes counts method name or closing bracket?

Mocking android.os.Build.MODEL

How to inject a mock object to a class when testing?

java unit-testing mockito

Unit test webapi controller with response headers

Widget Extension UnitTest Error: "Undefined Symbol: nominal type descriptor for [...]."

swift unit-testing

Mocking Entity Framework gives me Object reference not set to an instance of an object

@ComponentScan not working in test with spring-boot-starter-test

Jest encountered an unexpected token

Unit Testing a Console Application inside Visual Studio

Stubbing I18next useTranslation hook in Jest doesn't trigger toHaveBeenCalled

How to mock an event and pass it to a method in jasmine tests?