mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 20:39:39 +00:00
as3crypto is actionscript 3 crypto library with TLS engine support. From: http://github.com/lyokato/as3crypto_patched Which was forked from: http://code.google.com/p/as3crypto/
16 lines
321 B
ActionScript
16 lines
321 B
ActionScript
package suite {
|
|
|
|
import flexunit.framework.TestSuite;
|
|
|
|
public class AllTests extends TestSuite {
|
|
|
|
public function AllTests() {
|
|
super();
|
|
// Add tests here
|
|
// For examples, see: http://code.google.com/p/as3flexunitlib/wiki/Resources
|
|
//addTest(SomeTest.suite());
|
|
}
|
|
|
|
}
|
|
|
|
} |