Sunny Singh98sunny.hashnode.net·Jul 31, 2022Writing first Angular test and moreThe goal of writing Automated testing is to increase the quality of software. Angular has 2 types of Unit tests: Isolated test- when we are trying to check the functionality of a single function. This means it is not dependent on any other function ...Discuss·10 likes·35 readsunit test
Erk Ekinerkekin.hashnode.net·Jun 14, 2022Swift: Unit test ile strong reference cycle yakalamaBurada strong reference cycle'ın ne olduğunu anlatmayacağım ama kısaca bahsedecek olursam, bir reference type instance'ınız olsun A, bunun stored property'lerinden en az birinin kendisi veya nested bir yapı düşünürseniz ağacın yapraklarından biri ger...Discuss·1 like·66 readsstrong reference cycle
Han Chee Tancodecultivation.hashnode.net·Mar 14, 2018How to mock ASP.NET Core Identity?I was having a bit of issue when I tried to test my class which needs UserManager<ApplicationUser> object and RoleManager<IdentityRole> object in constructor method. Both classes are from new membership system called ASP.NET Core Identity. You can le...Discuss·73 readsunit test
Sunny SinghforGeekPoint98sunny.hashnode.net·Jul 31, 2022Writing first Angular test and moreThe goal of writing Automated testing is to increase the quality of software. Angular has 2 types of Unit tests: Isolated test- when we are trying to check the functionality of a single function. This means it is not dependent on any other function ...Discuss·10 likes·35 readsunit test
Erk EkinforMach-O blogerkekin.hashnode.net·Jun 14, 2022Swift: Unit test ile strong reference cycle yakalamaBurada strong reference cycle'ın ne olduğunu anlatmayacağım ama kısaca bahsedecek olursam, bir reference type instance'ınız olsun A, bunun stored property'lerinden en az birinin kendisi veya nested bir yapı düşünürseniz ağacın yapraklarından biri ger...Discuss·1 like·66 readsstrong reference cycle
Han Chee TanforCode Cultivationcodecultivation.hashnode.net·Mar 14, 2018How to mock ASP.NET Core Identity?I was having a bit of issue when I tried to test my class which needs UserManager<ApplicationUser> object and RoleManager<IdentityRole> object in constructor method. Both classes are from new membership system called ASP.NET Core Identity. You can le...Discuss·73 readsunit test