PageRenderTime 41ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.Tests/Constants.cs

#
C# | 11 lines | 8 code | 1 blank | 2 comment | 0 complexity | 6bf98fe03b4c3732b42e427b9d68b43e MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. namespace BlogEngine.Tests
  2. {
  3. public class Constants
  4. {
  5. // page urls
  6. public static readonly string Root = "http://localhost:53265";
  7. // login
  8. public static readonly string LogOff = "Log off";
  9. }
  10. }