Skip to content

Instantly share code, notes, and snippets.

View stuartwhiteford's full-sized avatar

Stuart Whiteford stuartwhiteford

  • Glasgow, United Kingdom
View GitHub Profile
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium;
using OpenQA.Selenium.IE;
using System;
using System.IO;
namespace EfCoreSandbox.Tests
{
[TestClass]