QuickHop Designsquickhop.uk·Dec 5, 2024Square Pillow Mockup Kids🔍 Check out Square Pillow Mockup Kids now! Explore this 📁 pillows & cushions and claim your 🆓 free download here. Let's start crafting together! 🚀 Do you have a product, text message or piece of artwork you would like to showcase naturally? Take ...Discussstaged
HKHair77.hashnode.dev·Oct 7, 2024Mockito 가 뭔데?Java 프로젝트의 테스트 코드를 작성할 때 사용할 수 있는 다양한 테스트 방식들이 있다. @SpringBootTest, @SpringMvcTest, @DataJpaTest 등등 그 중에서 많이 사용되고 있는 Mockito 관련 내용을 정리를 해 보자 1. Mockito란? Mockito는 Java 애플리케이션을 위한 오픈소스 모킹 프레임워크이다. Mock 이라는 말은 흉내낸다는 말을 담고 있다. Mock이라는 객체를 만들어서 어떤 객체의 동작...Discuss·1 likeTesting
Chetan Patilchetanppatil.hashnode.dev·Jul 28, 2024Level Up Your Node.js Testing with Native Test Runner and Mocks: A BigQuery ExampleIn today’s software development, testing is not just good practice, it’s necessary, in my opinion. I’m excited to share some valuable insights on testing in Node.js! Through my own experiences, I’ve discovered some practical tips and techniques that ...DiscussNodeNativeTestRunner
Prabhu Rblog.teamnexus.in·Dec 4, 2023Datafaker: Simplifying Test Data Generation for Java and KotlinIn the world of software development, effective testing is crucial to ensure the reliability and functionality of applications. A significant aspect of robust testing is the use of representative and reliable test data. [Datafaker][1], a powerful lib...Discuss·36 readstestdata
Random developerrandom-dev.hashnode.dev·Nov 16, 2023Three Minutes to Mockito - A Primer on Mocking and verifying in JavaLet us create a class SearchWrapper in Java which does linear or binary search based on strategy. class SearchWrapper { BinarySearch binarySearch; LinearSearch linearSearch; SearchWrapper(binarySearch, linearSearch){ this.linearSearch = ...DiscussMocking
Ashok Kuduva Ananthanashokkuduvaananthan.hashnode.dev·Jun 24, 2023.NET 6 Web API Mocking DbContext & DbSet using MoqIn this article, we will explore how to create mock implementations for the DbContext and DbSet classes in Entity Framework, specifically targeting .NET 6 Web API applications. By following this step-by-step guide, you’ll gain insights into setting u...Discuss.net core
H.Enes Gökdağhenesgokdag.hashnode.dev·Nov 11, 2022The Logic of Mocking and WiremockGreetings, today I will try to give you information about the logic of mocking and using Wiremock. Mock objects are simulated objects that emulate the behavior of natural objects in a controlled manner. To test the behavior of an object, we need to m...DiscussMocking
Hyunwoo Choihyunwoochoi.hashnode.dev·Aug 10, 2022How to deal with dependency issues among modulesIn general, firmware cannot be discussed without hardware dependency in embedded systems. For example, the led_controller module needs to use functions from the interface_gpio module to control hardware. When we need to unit test this type of interfa...Discuss·48 readsTDD - Embedded System using Cceedling
H.Enes Gökdağhenesgokdag.hashnode.dev·Aug 1, 2022TestcontainersSelamlar bugün size testcontainers hakkında bilgi vermeye çalışacağım.Projelerimize unit test yazarız ama sadece unit test yazmak yeterli olmayabilir. Örneğin bir database methodunun kullanıldığı bir methoda ilgili database methodunu mocklayıp unit t...DiscussTesting
Joseph Wallaceoceans.hashnode.dev·Jun 28, 2022The Complete Guide to Getting Through Software Engineer Interviews at Facebook, Apple, Netflix, and GoogleFirst piece of advice: don't give yourself a deadline. Instead of learning the ideas first and then interviewing once you've done so, because you don't know how long the process will take and you don't want to restrict yourself by setting a really ri...Discuss·40 readsmock