TiledViz
Loading...
Searching...
No Matches
test_gui.TestTemplate Class Reference
Inheritance diagram for test_gui.TestTemplate:

Public Member Functions

 setUp (self)
 tearDown (self)
 test_case_7 (self)

Public Attributes

 driver = webdriver.Chrome(options=chrome_options)
 finddriver = EventFiringWebDriver(self.driver, MyListener())

Static Public Attributes

str URL = 'http://flaskdock:5000'

Detailed Description

Include test cases on a given url

Definition at line 48 of file test_gui.py.

Member Function Documentation

◆ setUp()

test_gui.TestTemplate.setUp ( self)
Start web driver

Definition at line 53 of file test_gui.py.

◆ tearDown()

test_gui.TestTemplate.tearDown ( self)
Stop web driver

Definition at line 107 of file test_gui.py.

◆ test_case_7()

test_gui.TestTemplate.test_case_7 ( self)
Login and test almost all the grid with the previous project.

Definition at line 112 of file test_gui.py.

Member Data Documentation

◆ driver

test_gui.TestTemplate.driver = webdriver.Chrome(options=chrome_options)

Definition at line 72 of file test_gui.py.

◆ finddriver

test_gui.TestTemplate.finddriver = EventFiringWebDriver(self.driver, MyListener())

Definition at line 102 of file test_gui.py.

◆ URL

test_gui.TestTemplate.URL = 'http://flaskdock:5000'
static

Definition at line 51 of file test_gui.py.


The documentation for this class was generated from the following file: