Ejemplo n.º 1
0
 /// <summary>
 /// Ensures the initialized.
 /// </summary>
 /// <exception cref="System.InvalidOperationException">Initialize</exception>
 private void EnsureInitialized()
 {
     if (_extentReport.IsNull())
     {
         throw new InvalidOperationException($"{nameof(Initialize)} method needs to be called before performing any other operation.");
     }
 }