Open DinisCruz opened 10 years ago
https://github.com/o2platform/FluentSharp/blob/master/FluentSharp.CoreLib/ExtensionMethods/Sleep_ExtensionMethods.cs
For example it will be good to know that the default 1000.sleep() doesn't add an item to the log viewer, but 1000.sleep(true), does
1000.sleep()
1000.sleep(true)
https://github.com/o2platform/FluentSharp/blob/master/FluentSharp.CoreLib/ExtensionMethods/Sleep_ExtensionMethods.cs
For example it will be good to know that the default
1000.sleep()
doesn't add an item to the log viewer, but1000.sleep(true)
, does