from I select q[0]
from I select q[0]
CC#
Created by from I select q[0] on 7/17/2024 in #help
help understanding unit test and mocking, which of the two example are valid
its actually looking impossible to do contructor injection because the thirdParty Lib is using a static method to for loading as opposed to a constructor
10 replies
CC#
Created by from I select q[0] on 7/17/2024 in #help
help understanding unit test and mocking, which of the two example are valid
i will test this and see how it works, but in advance of that i just want to say thanks for the help :thankuwu:
10 replies
CC#
Created by from I select q[0] on 7/17/2024 in #help
help understanding unit test and mocking, which of the two example are valid
problem is if i have something like a for loop inside TransformDoSomething method
for (int i=0; i < resultValues.Length; i++)
{
}
for (int i=0; i < resultValues.Length; i++)
{
}
resultValues.Length results in null reference
10 replies
CC#
Created by from I select q[0] on 7/17/2024 in #help
help understanding unit test and mocking, which of the two example are valid
@p.armytank i have updated the code to remove this the uncessary use of test suffix to make it clearer
10 replies
CC#
Created by from I select q[0] on 7/17/2024 in #help
help understanding unit test and mocking, which of the two example are valid
LocalServiceWraperTest is implemented
10 replies
CC#
Created by from I select q[0] on 8/31/2023 in #help
✅ unit testing ViemModels
I have no issues mocking the services as theres proper DI in place and constructor injection but can't for the navigation as it's concrete
9 replies
CC#
Created by from I select q[0] on 8/31/2023 in #help
✅ unit testing ViemModels
I will post a link to a GitHub, I have showing the navigation snippet
9 replies
CC#
Created by from I select q[0] on 8/31/2023 in #help
✅ unit testing ViemModels
@LPeter1997 @cap5lut it's hard because of the way the MVVM navigation is setup based on singletonSeans videos
9 replies
CC#
Created by from I select q[0] on 10/7/2022 in #help
can anybody recommend where I can learn about file format encoding internals e.g pdf, doc, epubs
I will do as adviced
6 replies
CC#
Created by from I select q[0] on 10/7/2022 in #help
can anybody recommend where I can learn about file format encoding internals e.g pdf, doc, epubs
Thank you
6 replies