integrationtestsuite.as
来自「java 和flex的整合,主要是spring和flex的整合,不可多得啊」· AS 代码 · 共 14 行
AS
14 行
package { import net.digitalprimates.fluint.tests.TestSuite; public class IntegrationTestSuite extends TestSuite { public function IntegrationTestSuite() { addTestCase(new RemoteServiceTests()); addTestCase(new SecureDestinationTests()); addTestCase(new SecureRemoteObjectTests()); addTestCase(new MessageServiceTests()); } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?