Continuing from my last post. Documenting the Service class unit tests remains. A quick look at the source code shows there are three service classes but, regrettably only one of them can be tested. The Message service requires a user response that I have yet to figure out how to do programmatically for the unitContinue reading “Unit Testing the Xamarin Forms Mobile App: The Service”
Tag Archives: Xamarin
Unit Testing the Xamarin Forms Mobile App: The ViewModel
In the previous post I demonstrated unit testing for the Azure Functions that are used by the Xamarin Mobile application for myWineDB (to-date). In this post (and the one to follow) I will document the challenges to writing unit tests for the Mobile application. I knew when I started that I should have been testingContinue reading “Unit Testing the Xamarin Forms Mobile App: The ViewModel”
Sometimes you get the Bull and Sometimes…
I thought it would be an easy extension of my custom domain, with proxied URLs for the Function API to include authentication. NOT! At the time of this writing I am half way to my objective. I can authenticate and retrieve (or submit) data from/to the API using Postman. But as of today I canContinue reading “Sometimes you get the Bull and Sometimes…”
Taking the Red Pill
One of my favorite movies is The Matrix because it has so many software development themes in it. For the uninformed The Matrix is an artificial world set up by machines powered by the energy of humans who “think” they are in the real world. The main character is given a choice early on inContinue reading “Taking the Red Pill”
Shift Happens
It has been a while since my last post and I apologize. The only thing harder than looking for a job is getting one with Microsoft (albeit as a contractor) even if it was only briefly. It was a great experience but it busted my balls in a positive sort of way. In the interimContinue reading “Shift Happens”
Much Ado about To-Do
When last we spoke marching orders were given to work the “Backup Collection” User Story. And there are several things to do just to complete this story. They are as follows: Deploy a Realm database to phone Create basic CRUD functionality for an entity Create a backup function to make a copy of the databaseContinue reading “Much Ado about To-Do”
Architecture Is Not Overrated
One of the tenents of Agile programing is make only what you need when you need it. Every scrum team I have participated on has set out on a development course that only knows a week or two in advance where it is going. This occurs because most product owners don’t have a clear visionContinue reading “Architecture Is Not Overrated”