Home
last modified time | relevance | path

Searched refs:WebTestCase (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dwebtest.cpp29 WebTestCase() { } in WebTestCase() function in WebTestCase
77 void WebTestCase::setUp() in setUp()
86 void WebTestCase::tearDown() in tearDown()
106 void WebTestCase::Title() in Title()
120 void WebTestCase::Url() in Url()
129 void WebTestCase::History() in History()
199 void WebTestCase::Editable() in Editable()
212 void WebTestCase::Selection() in Selection()
239 void WebTestCase::Zoom() in Zoom()
263 void WebTestCase::RunScript() in RunScript()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dwebtest.cpp29 WebTestCase() { } in WebTestCase() function in WebTestCase
77 void WebTestCase::setUp() in setUp()
86 void WebTestCase::tearDown() in tearDown()
106 void WebTestCase::Title() in Title()
120 void WebTestCase::Url() in Url()
129 void WebTestCase::History() in History()
199 void WebTestCase::Editable() in Editable()
212 void WebTestCase::Selection() in Selection()
239 void WebTestCase::Zoom() in Zoom()
263 void WebTestCase::RunScript() in RunScript()
[all …]
/dports/www/py-webunit/webunit-1.3.10/webunit/
H A Dwebunittest.py155 WebTestCase.result_count = WebTestCase.result_count + 1
168 WebTestCase.result_count = WebTestCase.result_count + 1
184 WebTestCase.result_count = WebTestCase.result_count + 1
204 WebTestCase.result_count = WebTestCase.result_count + 1
225 WebTestCase.result_count = WebTestCase.result_count + 1
285 WebTestCase.result_count = WebTestCase.result_count + 1
493 class WebTestCase(WebFetcher, unittest.TestCase): class
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui_tests/
H A Dfoss_ui.php24 class TestRepoLogin extends WebTestCase{
34 class TestAboutMenu extends WebTestCase {
52 class TestToolsMenu extends WebTestCase {
146 class TestCreateFolder extends WebTestCase {
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/doc/
H A Dtesting.rst60 WebTestCase section in Testing
63 Symfony2 provides a WebTestCase class that can be used to write functional
64 tests. The Silex version of this class is ``Silex\WebTestCase``, and you can
67 use Silex\WebTestCase;
69 class ContactFormTest extends WebTestCase
76 If you want to use the Symfony2 ``WebTestCase`` class you will need to
83 For your WebTestCase, you will have to implement a ``createApplication``
125 The WebTestCase provides a ``createClient`` method. A client acts as a
205 use Silex\WebTestCase;
207 class YourTest extends WebTestCase
/dports/devel/gitlist/gitlist/vendor/silex/silex/doc/
H A Dtesting.rst59 WebTestCase section in Testing
62 Symfony provides a WebTestCase class that can be used to write functional
63 tests. The Silex version of this class is ``Silex\WebTestCase``, and you can
66 use Silex\WebTestCase;
68 class ContactFormTest extends WebTestCase
80 If you want to use the Symfony ``WebTestCase`` class you will need to
87 For your WebTestCase, you will have to implement a ``createApplication``
130 The WebTestCase provides a ``createClient`` method. A client acts as a browser,
207 use Silex\WebTestCase;
209 class YourTest extends WebTestCase
/dports/www/itop/web/lib/silex/vendor/silex/silex/doc/
H A Dtesting.rst59 WebTestCase section in Testing
62 Symfony provides a WebTestCase class that can be used to write functional
63 tests. The Silex version of this class is ``Silex\WebTestCase``, and you can
66 use Silex\WebTestCase;
68 class ContactFormTest extends WebTestCase
80 If you want to use the Symfony ``WebTestCase`` class you will need to
87 For your WebTestCase, you will have to implement a ``createApplication``
130 The WebTestCase provides a ``createClient`` method. A client acts as a browser,
207 use Silex\WebTestCase;
209 class YourTest extends WebTestCase
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/sensio/framework-extra-bundle/Tests/Functional/
H A DOptionalArgumentsTest.php3 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
5 class OptionalArgumentsTest extends WebTestCase
H A DPsr7RequestTest.php12 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
14 class Psr7RequestTest extends WebTestCase
H A DNullableAnnotationTest.php3 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
8 class NullableAnnotationTest extends WebTestCase
H A DTemplateAnnotationTest.php12 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
15 class TemplateAnnotationTest extends WebTestCase
H A DIsGrantedTest.php3 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
5 class IsGrantedTest extends WebTestCase
/dports/www/py-webunit/webunit-1.3.10/demo/
H A Dpython_org.py1 from webunit.webunittest import WebTestCase
4 class TestPythonOrg(WebTestCase):
H A Dgoogle.py1 from webunit.webunittest import WebTestCase
4 class TestGoogle(WebTestCase):
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/src/TestingSupport/
H A DAbstractWebTest.php9 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; alias
18 abstract class AbstractWebTest extends WebTestCase
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Functional/
H A DWebTestCase.php14 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase as BaseWebTestCase;
18 class WebTestCase extends BaseWebTestCase class
H A DAllowedMethodsTest.php17 class AllowedMethodsTest extends WebTestCase
H A DViewResponseListenerTest.php14 class ViewResponseListenerTest extends WebTestCase
H A DConfigurationTest.php17 class ConfigurationTest extends WebTestCase
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dweb_test.py64 class WebTestCase(AsyncHTTPTestCase): class
221 class FinalReturnTest(WebTestCase):
270 class CookieTest(WebTestCase):
430 class AuthRedirectTest(WebTestCase):
717 class WSGISafeWebTest(WebTestCase):
988 class NonWSGIWebTests(WebTestCase):
1063 class StaticFileTest(WebTestCase):
2169 class Default404Test(WebTestCase):
2184 class Custom404Test(WebTestCase):
2971 class DecoratorTest(WebTestCase):
[all …]
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Dweb_test.py55 class WebTestCase(AsyncHTTPTestCase): class
194 class FinalReturnTest(WebTestCase):
230 class CookieTest(WebTestCase):
383 class AuthRedirectTest(WebTestCase):
671 class WSGISafeWebTest(WebTestCase):
995 class StaticFileTest(WebTestCase):
2088 class Custom404Test(WebTestCase):
2318 WebTestCase):
2331 WebTestCase):
2781 class DecoratorTest(WebTestCase):
[all …]
/dports/www/py-tornado4/tornado-4.5.3/tornado/test/
H A Dweb_test.py47 class WebTestCase(AsyncHTTPTestCase): class
186 class CookieTest(WebTestCase):
339 class AuthRedirectTest(WebTestCase):
625 class WSGISafeWebTest(WebTestCase):
861 class NonWSGIWebTests(WebTestCase):
938 class StaticFileTest(WebTestCase):
2023 class Custom404Test(WebTestCase):
2253 WebTestCase):
2266 WebTestCase):
2714 class DecoratorTest(WebTestCase):
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/test/
H A Dweb_test.py48 class WebTestCase(AsyncHTTPTestCase): class
187 class CookieTest(WebTestCase):
340 class AuthRedirectTest(WebTestCase):
626 class WSGISafeWebTest(WebTestCase):
862 class NonWSGIWebTests(WebTestCase):
939 class StaticFileTest(WebTestCase):
2024 class Custom404Test(WebTestCase):
2254 WebTestCase):
2267 WebTestCase):
2715 class DecoratorTest(WebTestCase):
[all …]
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dacceptance_test.php296 class TestOfLiveHeaders extends WebTestCase {
425 class TestOfLiveForms extends WebTestCase {
641 class TestOfLiveHistoryNavigation extends WebTestCase {
710 class TestOfLiveAuthentication extends WebTestCase {
757 class TestOfLoadingFrames extends WebTestCase {
990 class TestOfFrameAuthentication extends WebTestCase {
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/src/Silex/
H A DWebTestCase.php22 abstract class WebTestCase extends \PHPUnit_Framework_TestCase class

123