Beispiel #1
0
        public void DeviceAuthenticationWithTokenRefresh_Populate_InvalidConnectionStringBuilder_Fail()
        {
            var refresher = new TestImplementation(TestDeviceId);

            TestAssert.Throws <ArgumentNullException>(() => refresher.Populate(null));
        }