mardi 24 octobre 2017

Using MSTest to test Main()

I want to test the following code:

public static void Main(string[] args)
        {
            BuildWebHost(args).Run();
        }

The test should show that the Web Host object is created. I'm not sure where to start.

Thank you!

Aucun commentaire:

Enregistrer un commentaire