/BlogEngine/BlogEngine.Tests/Constants.cs
# · C# · 11 lines · 8 code · 1 blank · 2 comment · 0 complexity · 6bf98fe03b4c3732b42e427b9d68b43e MD5 · raw file
- namespace BlogEngine.Tests
- {
- public class Constants
- {
- // page urls
- public static readonly string Root = "http://localhost:53265";
-
- // login
- public static readonly string LogOff = "Log off";
- }
- }