Esempio n. 1
0
        public static void CanCallGenerateLog()
        {
            var log = "TestValue202940782";

            USBHelper.GenerateLog(log, false);
            Assert.Fail("Create or modify test");
        }
Esempio n. 2
0
 public static void CannotCallGenerateLogWithInvalidLog(string value)
 {
     Assert.Throws <ArgumentNullException>(() => USBHelper.GenerateLog(value, false));
 }