delphimvcframework/unittests/general/Several/StandAloneServerWebModuleTest.dfm
Daniele Teti 4a509b0eb0 - Improved nullable types Python generator
- Unit test refactoring
2022-08-01 19:11:42 +02:00

13 lines
236 B
Plaintext

object TestWebModule2: TTestWebModule2
OnCreate = WebModuleCreate
OnDestroy = WebModuleDestroy
Actions = <
item
Default = True
Name = 'DefaultHandler'
PathInfo = '/'
end>
Height = 230
Width = 415
end