/BlogEngine/BlogEngine.Tests/Constants.cs

# · C# · 11 lines · 8 code · 1 blank · 2 comment · 0 complexity · 6bf98fe03b4c3732b42e427b9d68b43e MD5 · raw file

  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. }