Beispiel #1
0
 public LoginPage(TrelloContext driver) : base(driver)
 {
 }
Beispiel #2
0
 public SubscribersController(TrelloContext context)
 {
     _context = context;
 }
 public CardsController(TrelloContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ListsController(TrelloContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public HomePage(TrelloContext driver) : base(driver)
 {
 }
Beispiel #6
0
 public HomeController(TrelloContext db)
 {
     _db = db;
 }
Beispiel #7
0
 protected BasePage(TrelloContext context)
 {
     Driver        = context.Driver;
     Configuration = context.Configuration;
 }
Beispiel #8
0
 public BoardPage(TrelloContext driver) : base(driver)
 {
 }
 public UsersController(TrelloContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public Hooks(TrelloContext context)
 {
     _context = context;
 }